fix show pagination

This commit is contained in:
spen 2014-11-24 10:32:41 +08:00
parent ce2ec4fc1a
commit 4fbea06642
1 changed files with 1 additions and 1 deletions

View File

@ -98,6 +98,6 @@ function newPopup(url) {
</table>
<%= paginate( @bulletins, :param_name => :page_main, :params => {:inner => 'false'} ) rescue nil if params[:show_page].blank? %>
<%= paginate( @bulletins, :param_name => :page_main, :params => {:inner => 'false'} ) rescue nil if params[:show_page] == 'true' %>