cirandas.net

ref: master

plugins/fbes/views/public/_pagination.html.erb


<% if @result_pages>1 %>
  
<% for i in 1..@result_pages %> <% if i>=(10+@npage) && i<@result_pages %> <% if i==(10+@npage) %> …  <% end %> <% else %> <%= (i == @npage) ? i : link_to(i, "http://cirandas.net/plugin/fbes/queries/#{params[:action]}?page=#{i}&per_page=#{@per_page}") %>   <% end %> <% end %>
<% end %>