OSDN Git Service

t#31470:create pager
[pettanr/pettanr.git] / app / views / panels / index.html.erb
index 0f61452..46cf3f3 100644 (file)
@@ -2,4 +2,5 @@
 <% @panels.each do |panel| %>
   <%= render 'standard', :panel => panel, :author => @author %>
 <% end %>
+<%= paginate(@paginate) %>
 <%= link_to t('panels.new.title'), new_panel_path %>