Flags & Appeals

<% @events.each do |event| %> <% end %>
Type Creator Reason Resolved? Date
<%= event.type_name %> <% if event.is_creator_visible? %> <%= link_to_user event.creator %> <% else %> hidden <% end %> <%= format_text event.reason %> <% if event.is_resolved %> yes <% else %> no <% end %> <%= compact_time event.created_at %>
<% content_for(:page_title) do %> Events - <%= Danbooru.config.app_name %> <% end %>