Files
danbooru/app/views/posts/show.html+tooltip.erb

9 lines
370 B
Plaintext

<%= @post.presenter.split_inline_tag_list_html(self) %>
<div class="post-tooltip-metatags">
<%= 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}" %>
</div>