7 lines
166 B
Handlebars
7 lines
166 B
Handlebars
|
{{#if this.commitHash}}
|
||
|
<a
|
||
|
href={{this.plugin.commit_url}}
|
||
|
class="current commit-hash"
|
||
|
title={{this.commitHash}}
|
||
|
>{{this.shortCommitHash}}</a>
|
||
|
{{/if}}
|