h回复改过的分页错误代码,修改有误

This commit is contained in:
linchun 2016-03-31 15:33:48 +08:00
parent 914117230e
commit 2af261056c
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@
</div>
<div class="pagination">
<ul>
<%= pagination_links_full @user_pages, @user_count, :per_page_links => false %>
<%= pagination_links_full @user_pages, @user_count %>
</ul>
</div>