photomix/app/views/tags/index.html.erb
2009-08-11 01:23:30 +02:00

4 lines
102 B
Plaintext

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