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

wuhao
linchun 9 years ago
parent da1438b04e
commit 914117230e

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

Loading…
Cancel
Save