Flags

<%= render "search" %> <% if CurrentUser.user.is_janitor? %> <% end %> <% @post_flags.each do |post_flag| %> <% if CurrentUser.user.is_janitor? %> <% end %> <% end %>
CreatorReason Date
<%= PostPresenter.preview(post_flag.post, :tags => "status:any") %> <%= link_to_user post_flag.creator %> <%= format_text post_flag.reason %> <%= compact_time post_flag.updated_at %>
<%= numbered_paginator(@post_flags) %>
<% content_for(:page_title) do %> Flags - <%= Danbooru.config.app_name %> <% end %>