OSDN Git Service

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