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(content_tag("i", nil, class: "far fa-thumbs-up"), post_post_votes_path(:score => "up", :post_id => post.id), :remote => true, :method => :post) %>/<%= link_to(content_tag("i", nil, class: "far fa-thumbs-down"), post_post_votes_path(:score => "down", :post_id => post.id), :remote => true, :method => :post) %>)
<% end %>
Tags
<%= post.presenter.inline_tag_list_html %>