aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-02-18 18:49:23 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2023-02-18 18:49:23 +0200
commiteffa24087011298648f067b321052d2c9c7d1708 (patch)
tree446f4ff98381a3cf77593ecd74d9356ecf808063 /web
parentdependencies: add support for IDEPEND (diff)
downloadsoko-effa24087011298648f067b321052d2c9c7d1708.tar.gz
soko-effa24087011298648f067b321052d2c9c7d1708.tar.bz2
soko-effa24087011298648f067b321052d2c9c7d1708.zip
about: show commit id
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'web')
-rw-r--r--web/templates/about/index.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/templates/about/index.tmpl b/web/templates/about/index.tmpl
index f280b64..af72f4f 100644
--- a/web/templates/about/index.tmpl
+++ b/web/templates/about/index.tmpl
@@ -23,7 +23,7 @@
<dl>
<dt>Which version is currently running?</dt>
<dd>
- Currently {{.Application.Version}} is running.
+ Currently {{.Application.Version}} is running{{if ne .CommitId ""}}, based on commit {{.CommitId}}{{end}}.
</dd>
<br>
<dt>How often is the site updated?</dt>