This commit is contained in:
Toks
2013-06-21 21:55:47 -04:00
parent 0bb6385169
commit 7726e85e33
4 changed files with 16 additions and 8 deletions

View File

@@ -24,9 +24,7 @@
<section>
<h1>History</h1>
<ul>
<% if Danbooru.config.can_user_see_post?(CurrentUser.user, @post) %>
<li><%= fast_link_to "Tags", post_versions_path(:search => {:post_id => @post.id}) %></li>
<% end %>
<li><%= fast_link_to "Tags", post_versions_path(:search => {:post_id => @post.id}) %></li>
<li><%= fast_link_to "Notes", note_versions_path(:search => {:post_id => @post.id}) %></li>
<li><%= fast_link_to "Flags", post_flags_path(:search => {:post_id => @post.id}) %></li>
<li><%= fast_link_to "Appeals", post_appeals_path(:search => {:post_id => @post.id}) %></li>