mirror of
https://github.com/discourse/discourse.git
synced 2024-12-03 12:43:44 +08:00
52894b9d7c
It will help to find out the current version of the plugins even without the `docker_manager` plugin.
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}} |