summaryrefslogtreecommitdiff
path: root/lib/lsg_web
diff options
context:
space:
mode:
authorhref <href@random.sh>2022-12-11 12:51:27 +0000
committerhref <href@random.sh>2022-12-11 12:51:27 +0000
commit5df2109a3c0e4545e46707ef15e013ce49292bbf (patch)
treed70741f0dda95e493578102898e9a163549fa733 /lib/lsg_web
parentfeat(telegram): replace dets by couch for room settings (diff)
chore: git url, extend version number and improve reporting
- appends `.build%y%m%d@%H%M` to version - more info & runtime version in `!version` - `LSG.source_url()` to get the git url instead of hardcodes
Diffstat (limited to 'lib/lsg_web')
-rw-r--r--lib/lsg_web/templates/irc/index.html.eex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lsg_web/templates/irc/index.html.eex b/lib/lsg_web/templates/irc/index.html.eex
index 52372b5..6cc3128 100644
--- a/lib/lsg_web/templates/irc/index.html.eex
+++ b/lib/lsg_web/templates/irc/index.html.eex
@@ -39,6 +39,6 @@
<p>
<small>
- source: <a href="https://git.yt/115ans/sys">git.yt/115ans/sys</a>
+ running beautte version <%= LSG.version() %> &mdash; <a href="<%= LSG.source_url() %>">git</a>
</small>
</p>