>
-
<%= render "moderator/post/queues/quick_mod", post: post %>
- Rating: <%= post.pretty_rating %>
- Score: <%= post.score %>
-
Size:
<%= number_to_human_size(post.file_size) %>
<% if post.has_dimensions? %>
(<%= post.image_width %>x<%= post.image_height %>)
<% end %>
- Uploader: <%= link_to_user(post.uploader) %> <%= time_ago_in_words_tagged(post.created_at) %>
<% if post.is_flagged? %>
- Flagged: <%= post_flag_reasons(post) %>
<% end %>
<% if (post.is_flagged? || post.is_deleted?) && post.appeals.any? %>
- Appeals: <%= post_appeal_reasons(post) %>
<% end %>
-
Hidden: <%= render "post_disapprovals/compact_counts", :disapprovals => post.disapprovals, :post => post %>
- Source: <%= post.source %>
<% if post.has_active_pools? %>
- Pools: <%= render "pools/inline_list", pools: post.pools.undeleted %>
<% end %>
- Tags: <%= post.presenter.inline_tag_list_html(self) %>