discourse/app/assets/javascripts/admin/addon/components/plugin-commit-hash.hbs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
166 B
Handlebars
Raw Normal View History

{{#if this.commitHash}}
<a
href={{this.plugin.commit_url}}
class="current commit-hash"
title={{this.commitHash}}
>{{this.shortCommitHash}}</a>
{{/if}}