<% if policy(@post).can_view_uploader? %> <%= link_to_user @post.uploader %> <% end %> <%= @post.fav_count %> <%= @post.score %> <% if @post.last_commented_at.present? %> <%= @post.comments.count %> <% end %> <%= link_to posts_path(tags: "date:#{@post.created_at.strftime("%Y-%m-%d")}"), class: "post-tooltip-date post-tooltip-info" do %> <%= time_ago_in_words_tagged(@post.created_at, compact: true) %> ago <% end %> <%= link_to @post.source_domain, @post.normalized_source, class: "post-tooltip-source post-tooltip-info" if @post.source_domain.present? %> <%= link_to "#{@post.pretty_rating.downcase}", posts_path(tags: "rating:#{@post.rating}"), class: "post-tooltip-rating post-tooltip-info" %> <%= link_to "#{@post.image_width}x#{@post.image_height}", @post.file_url, class: "post-tooltip-dimensions post-tooltip-info" %> <%= link_to "#", class: "post-tooltip-disable", title: "Disable enhanced tooltips" do %> <% end %>
">
<% if params[:preview].truthy? %> <%= PostPresenter.preview(@post, show_deleted: true, compact: true) %> <% end %>
<% @post.pools.series.undeleted.each do |pool| %> <%= link_to pool, class: "pool-category-#{pool.category}" do %> <%= "pool:#{pool.name} [#{pool.page_number(@post.id)}/#{pool.post_count}]" %> <% end %> <% end %>
<%= @post.presenter.inline_tag_list_html %>