photomix/app/views/tags/index.html.erb
2009-05-25 21:39:43 +02:00

4 lines
63 B
Plaintext

<h1>Tags</h1>
<% for tag in @tags %>
<%= tag.title %>
<% end %>