photomix/app/views/tags/index.html.erb

4 lines
105 B
Plaintext
Raw Normal View History

2009-05-25 21:39:43 +02:00
<h1>Tags</h1>
<% for tag in @tags %>
<%= link_to tag.title, tag_photos_path(tag.title) %>&nbsp;
2009-05-25 21:39:43 +02:00
<% end %>