15 lines
569 B
Plaintext
15 lines
569 B
Plaintext
<div class="post-tooltip-body">
|
|
<%= @post.presenter.inline_tag_list_html(self, humanize_tags: false) %>
|
|
</div>
|
|
|
|
<div class="post-tooltip-footer">
|
|
<%= link_to_search "user:#{@post.uploader_name}" if CurrentUser.is_moderator? %>
|
|
<%= link_to "toptagger:#{@post.keeper.name}", user_path(@post.keeper) %>
|
|
<%= link_to_search "rating:#{@post.pretty_rating.downcase}" %>
|
|
<%= link_to_search "score:#{@post.score}" %>
|
|
|
|
<%= link_to "#", class: "post-tooltip-disable", title: "Disable enhanced tooltips" do %>
|
|
<i class="fas fa-times-circle"></i>
|
|
<% end %>
|
|
</div>
|