OSDN Git Service

t#31470:create pager
[pettanr/pettanr.git] / app / views / stories / index.html.erb
index 2e02f67..7b61ab8 100644 (file)
@@ -4,4 +4,5 @@
     <%= render 'list_item', :story => story, :author => @author %>
   <% end %>
 </table>
+<%= paginate(@paginate) %>
 <%= link_to t('stories.new.title'), new_story_path %>