OSDN Git Service

t#31470:create pager
[pettanr/pettanr.git] / app / views / comics / index.html.erb
index ef4ca5c..cef2ab9 100644 (file)
@@ -5,4 +5,5 @@
     <%= render 'list_item', :comic => comic, :author => @author %>
   <% end %>
 </table>
+<%= paginate(@paginate) %>
 <%= link_to t('comics.new.title'), new_comic_path %>