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

4 lines
100 B
Plaintext
Raw Normal View History

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