fixes tag listing

This commit is contained in:
albert
2011-10-21 18:16:04 -04:00
parent b69cab11ee
commit 88317bb4c9
2 changed files with 6 additions and 3 deletions

View File

@@ -1,5 +1,7 @@
<ul>
<%= resize_image_links(post, CurrentUser.user) %>
<% if post.is_image? %>
<%= resize_image_links(post, CurrentUser.user) %>
<% end %>
<li><%= link_to "Edit", post_path(post), :id => "side-edit-link" %></li>
<% if CurrentUser.is_member? %>
<li><%= link_to "Favorite", favorites_path(:post_id => post.id), :remote => true, :method => :post, :id => "add-to-favorites" %></li>