# File lib/bootstrap_pagination/bootstrap_renderer.rb, line 56
    def next_page
      num = @collection.current_page < @collection.total_pages && @collection.current_page + 1
      previous_or_next_page(num, @options[:next_label], "next")
    end