OSDN Git Service

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