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