szurubooru/client/html/home.tpl

6 lines
300 B
Smarty
Raw Normal View History

2016-03-31 22:33:49 +02:00
<div class='content-wrapper transparent' id='home'>
<div class='messages'></div>
<h1><%= ctx.name %></h1>
2016-05-21 11:38:24 +02:00
<footer>Version: <a class='version' href='https://github.com/rr-/szurubooru/commits/master'><%= ctx.version %></a> (built <%= ctx.makeRelativeTime(ctx.buildDate) %>)</footer>
2016-03-31 22:33:49 +02:00
</div>