client: format post_readonly_sidebar.tpl

This commit is contained in:
skybldev 2021-11-29 13:38:35 -05:00
parent 289e49953b
commit 4fe65bebe7

View file

@ -30,12 +30,12 @@
<%= ctx.makeRelativeTime(ctx.post.creationTime) %>
</section>
<section class='date-taken'>
<% if (ctx.post.type == "image" || ctx.post.type == "video" ) { %>
<% if (ctx.post.type == "image" || ctx.post.type == "video" ) { %>
<section class='date-taken'>
<i class='fa fa-clock-o'></i>Taken on
<%= ctx.makeUserFriendlyTime(ctx.post.dateTaken) %>
<% } %>
</section>
</section>
<% } %>
<% if (ctx.enableSafety) { %>
<section class='safety'>