10 lines
389 B
Smarty
10 lines
389 B
Smarty
<%- ctx.postCount %> posts
|
|
<span class=sep>•</span>
|
|
<%= ctx.makeFileSize(ctx.diskUsage) %>
|
|
<span class=sep>•</span>
|
|
Build <a class='version' href='https://github.com/rr-/szurubooru/commits/master'><%- ctx.version %></a>
|
|
from <%= ctx.makeRelativeTime(ctx.buildDate) %>
|
|
<% if (ctx.canListSnapshots) { %>
|
|
<span class=sep>•</span>
|
|
<a href='/history'>History</a>
|
|
<% } %>
|