解决管理员界面用户列表报500错误的bug,,分页错误

This commit is contained in:
linchun 2016-03-31 15:15:11 +08:00
parent da1438b04e
commit 914117230e
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 %>
<%= pagination_links_full @user_pages, @user_count, :per_page_links => false %>
</ul>
</div>