8 lines
295 B
Plaintext
8 lines
295 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_search "rating:#{@post.pretty_rating.downcase}" %>
|
|
<%= link_to_search "score:#{@post.score}" %>
|
|
</div>
|