diff options
author | Andrea Lepori <alepori@student.ethz.ch> | 2020-08-30 23:36:17 +0200 |
---|---|---|
committer | Andrea Lepori <alepori@student.ethz.ch> | 2020-08-30 23:36:17 +0200 |
commit | f7fed92f02c157f1e0c1278ad78ee0f87551aea6 (patch) | |
tree | fd35c8845f347d2e765a2699db8fd48b82488d00 /client/templates | |
parent | add commit id to version (diff) | |
download | scout-subs-f7fed92f02c157f1e0c1278ad78ee0f87551aea6.tar.gz scout-subs-f7fed92f02c157f1e0c1278ad78ee0f87551aea6.zip |
dynamicaly check for commit id
Diffstat (limited to 'client/templates')
-rw-r--r-- | client/templates/client/about.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/templates/client/about.html b/client/templates/client/about.html index ea32787..8de95a9 100644 --- a/client/templates/client/about.html +++ b/client/templates/client/about.html @@ -13,7 +13,7 @@ <div class="card"> <div class="card-content"> <p> - Versione software {{version}} + Versione software {{version}}<br>Commit ID: <a href="https://git.thearcway.org/mafaldo/scout-subs/commit/?id={{commitid}}">{{commitid}}</a> </p> <h5>Licenza</h5> <blockquote> |