diff options
Diffstat (limited to 'client/html')
| -rw-r--r-- | client/html/home_footer.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/html/home_footer.tpl b/client/html/home_footer.tpl index 8f9cb10..85e71c9 100644 --- a/client/html/home_footer.tpl +++ b/client/html/home_footer.tpl @@ -1,7 +1,7 @@ <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> from <%= ctx.makeRelativeTime(ctx.buildDate) %></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> |