This commit is contained in:
r888888888
2013-11-20 16:56:59 -08:00
parent ae141228a1
commit 016fccbf0a
4 changed files with 131 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
<%= submit_tag "Go", :name => nil %>
<% end %>
<%= @post_set.presenter.post_previews_html(self, :mobile => true) %>
<%= @post_set.presenter.post_previews_html(self, :path_prefix => "/m/posts") %>
<%= numbered_paginator(@post_set.posts) %>