client/home: link to szurubooru code

This commit is contained in:
rr- 2016-05-21 11:38:24 +02:00
parent 2fade2f08c
commit 6beffc2ec1

View file

@ -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>