photomix/app/views/tags/index.html.erb
2009-06-02 00:08:57 +02:00

4 lines
100 B
Plaintext

<h1>Tags</h1>
<% for tag in @tags %>
<p><%= link_to tag.title, tag_photos_path(tag) %></p>
<% end %>