rails2
Espen Antonsen 2009-06-29 00:17:06 +02:00
parent 467eff11ba
commit 124d9c5dee
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
</div>
<p><%= @photo.description %></p>
<p>Tagged with: <%= @photo.tags.map {|tag| (link_to tag.title, tag_photos_path(tag) ) + " " } %></p>
<p>Tagged with: <%= @photo.tags.find(:all).map {|tag| tag.title } %></p>
<% content_for :action_links do %>
<% if has_role?("admin") %>