Date
<%= compact_time(post.created_at) %>
Uploader
<%= link_to_user(post.uploader) %>
Rating
<%= post.pretty_rating %>
Score
<%= post.score %>
<% if policy(PostVote).create? %>
(vote <%= link_to upvote_icon, post_post_votes_path(score: "up", post_id: post.id), remote: true, method: :post %>/<%= link_to downvote_icon, post_post_votes_path(score: "down", post_id: post.id), remote: true, method: :post %>)
<% end %>
Tags
<%= post.presenter.inline_tag_list_html %>