OSDN Git Service

w
[pettanr/pettanr.git] / app / views / scrolls / index.html.erb
1 <h1><%= t '.title' -%></h1>
2
3 <table>
4   <% @scrolls.each do |scroll| %>
5     <%= render 'list_item', :scroll => scroll, :author => @author %>
6   <% end %>
7 </table>
8 <%= paginate(@paginate) %>
9 <%= link_to t('scrolls.new.title'), new_scroll_path %>