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

4 lines
102 B
Plaintext
Raw Normal View History

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