views: standardize timestamp format across history pages.
Standardize the timestamp format across various history pages to look like this:
DanbooruBot »
2022-01-19 23:28
This commit is contained in:
@@ -32,9 +32,7 @@
|
||||
<%= link_to "»", post_disapprovals_path(search: params[:search].merge(user_name: post_disapproval.user&.name)) %>
|
||||
<% end %>
|
||||
|
||||
<p>
|
||||
<%= compact_time(post_disapproval.updated_at) %>
|
||||
</p>
|
||||
<div><%= compact_time(post_disapproval.updated_at) %></div>
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user