OSDN Git Service

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