a6886ddb89
* Improve incremental build times * Live-reloading in development mode
7 lines
536 B
Smarty
7 lines
536 B
Smarty
<ul>
|
|
<li><%- ctx.postCount %> posts</li><span class='sep'>
|
|
</span><li><%= ctx.makeFileSize(ctx.diskUsage) %></li><span class='sep'>
|
|
</span><li>Build <a class='version' href='https://github.com/rr-/szurubooru/commits/master'><%- ctx.version %></a><%- ctx.isDevelopmentMode ? " (DEV MODE)" : "" %> from <%= ctx.makeRelativeTime(ctx.buildDate) %></li><span class='sep'>
|
|
</span><% if (ctx.canListSnapshots) { %><li><a href='<%- ctx.formatClientLink('history') %>'>History</a></li><span class='sep'>
|
|
</span><% } %>
|
|
</ul>
|