搜索结果下一页样式不对

This commit is contained in:
lizanle 2015-12-02 09:23:12 +08:00
parent 8f4c915c57
commit 46ad5f45c1
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@
remote: data-remote remote: data-remote
-%> -%>
<li> <li>
<%= link_to_unless current_page.last?, t('views.pagination.next').html_safe, url, :rel => 'next', :remote => remote, :class => "next c_blue" %> <%= link_to_unless false, t('views.pagination.next').html_safe, url, :rel => 'next', :remote => remote, :class => "next c_blue" %>
</li> </li>