OSDN Git Service

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