<%= t('.moderationlogtitle') %>
<% bit = 0 %> <% @moderations.each do |mod| %> "> <% if mod.reason.present? %> <% end %> <% bit = (bit == 1 ? 0 : 1) %> <% end %>
<%= t('.datecolumn') %> <%= t('.moderatorcolumn') %> <%= t('.reasoncolumn') %>
<%= mod.created_at.strftime("%Y-%m-%d %H:%M %z") %> <% if mod.moderator %> <%= mod.moderator.try(:username) %> <% elsif mod.is_from_suggestions? %> (<%= t('.users') %>) <% end %> <% if mod.story %> <%= t('.storyline') %>: <%= mod.story.title %> <% elsif mod.comment %> <%= t('.commentline') %> <%= mod.comment.user.username %> <%= t('.commenton') %> <%= mod.comment.story.title %> <% elsif mod.user_id %> <% if mod.user %> <%= t('.user') %> <%= mod.user.username %> <% else %> <%= t('.user') %> <%= mod.user_id %> (<%= t('.deleted') %>) <% end %> <% end %>
<%= t('.actionline') %>: <%= mod.action %>
<%= t('.reasonline') %>: <%= mod.reason %>