OSDN Git Service

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