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

7 lines
154 B
Plaintext
Raw Normal View History

2012-07-29 00:33:03 +02:00
<h1><%= t('activerecord.models.collection.pluralize') %></h1>
<%= paginate @collections %>
<%= render 'row_collections' %>
<%= paginate @collections %>
2012-07-26 22:26:23 +02:00
2012-07-24 23:26:16 +02:00