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

4 lines
105 B
Plaintext

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