diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-03-08 16:05:17 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-03-08 16:05:17 +0100 |
commit | cdbd525d9332ff1ce084ba268ca8bc9b4f171f02 (patch) | |
tree | e36b4f6d12c66ac8b0d03cbe1f72731817c6a73e /templates/layouts | |
parent | 8352715ae8ae26d77be42f10f4988821ce833f20 (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.ep | 3 |
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> |