minor formatting fix
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user