From 0f7a901a55a9209f115f49dd2bd1724a3cedeeab Mon Sep 17 00:00:00 2001 From: Carl Chenet Date: Wed, 17 May 2017 10:56:24 +0200 Subject: [PATCH] moderations: shorter date/time, don't wrap --- app/views/moderations/index.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) %>