minor formatting fix

This commit is contained in:
Lera Elvoé 2025-05-24 16:48:38 +03:00
parent 22f97dcc82
commit fbe582ccbc
Signed by: yagich
SSH Key Fingerprint: SHA256:6xjGb6uA7lAVcULa7byPEN//rQ0wPoG+UzYVMfZnbvc
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
<% if tonumber(post.edited_at) > tonumber(post.created_at) then -%>
Edited at <%= os.date("%c", post.edited_at) %>
<% else -%>
Posted at <%= os.date("%c", post.created_at) %>
Posted on <%= os.date("%c", post.created_at) %>
<% end -%>
</i></a>
<span>

View File

@ -29,7 +29,7 @@
<% if tonumber(post.edited_at) > tonumber(post.created_at) then -%>
Edited in <%= post.thread_title %> at <%= os.date("%c", post.edited_at) %>
<% else -%>
Posted in <%= post.thread_title %> at <%= os.date("%c", post.created_at) %>
Posted in <%= post.thread_title %> on <%= os.date("%c", post.created_at) %>
<% end -%>
</i></a></div>
</div>