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:
evazion
2022-01-19 23:33:06 -06:00
parent 00f4fbe2d1
commit 0376765847
10 changed files with 17 additions and 33 deletions

View File

@@ -57,9 +57,9 @@
<% end %>
<% end %>
<% t.column "Replacer" do |post_replacement| %>
<%= compact_time post_replacement.created_at %>
<br> by <%= link_to_user post_replacement.creator %>
<%= link_to_user post_replacement.creator %>
<%= link_to "»", post_replacements_path(search: params[:search].merge(creator_name: post_replacement.creator.name)) %>
<div><%= compact_time post_replacement.created_at %></div>
<% end %>
<% end %>