summaryrefslogtreecommitdiff
path: root/templates/layouts
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-03-08 16:05:17 +0100
committerDaniel Friesel <derf@finalrewind.org>2015-03-08 16:05:17 +0100
commitcdbd525d9332ff1ce084ba268ca8bc9b4f171f02 (patch)
treee36b4f6d12c66ac8b0d03cbe1f72731817c6a73e /templates/layouts
parent8352715ae8ae26d77be42f10f4988821ce833f20 (diff)
show verison on top right, remove source link
(opsec. at least a little bit.)
Diffstat (limited to 'templates/layouts')
-rw-r--r--templates/layouts/default.html.ep3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep
index a101e50..b59cbf3 100644
--- a/templates/layouts/default.html.ep
+++ b/templates/layouts/default.html.ep
@@ -27,8 +27,7 @@
%= content
<div class="about">
-<a href="https://github.com/derf/iris-delay-stats">dbdb</a>
-v<%= stash('version') // '???' %>
+version <%= stash('version') // '???' %>
</div>
</body>