diff --git a/app/views/moderations/index.html.erb b/app/views/moderations/index.html.erb index 002384d..83adc4e 100644 --- a/app/views/moderations/index.html.erb +++ b/app/views/moderations/index.html.erb @@ -5,14 +5,14 @@ - + <% bit = 0 %> <% @moderations.each do |mod| %> - +
<%= t('.datecolumn') %><%= t('.datecolumn') %> <%= t('.moderatorcolumn') %> <%= t('.reasoncolumn') %>
<%= l mod.created_at %><%= mod.created_at.strftime("%Y-%m-%d %H:%M %z") %> <% if mod.moderator %> <%= mod.moderator.try(:username) %>