From 6beffc2ec1d23011b6567b1140e85bf3281798cc Mon Sep 17 00:00:00 2001 From: rr- <rr-@sakuya.pl> Date: Sat, 21 May 2016 11:38:24 +0200 Subject: [PATCH] client/home: link to szurubooru code --- client/html/home.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/html/home.tpl b/client/html/home.tpl index b3d3e70..c133a59 100644 --- a/client/html/home.tpl +++ b/client/html/home.tpl @@ -1,5 +1,5 @@ <div class='content-wrapper transparent' id='home'> <div class='messages'></div> <h1><%= ctx.name %></h1> - <footer>Version: <span class='version'><%= ctx.version %></span> (built <%= ctx.makeRelativeTime(ctx.buildDate) %>)</footer> + <footer>Version: <a class='version' href='https://github.com/rr-/szurubooru/commits/master'><%= ctx.version %></a> (built <%= ctx.makeRelativeTime(ctx.buildDate) %>)</footer> </div>