<%= heading %>

<% if pages.page_count > 1 %>
<%= raw pagination_links_bootstrap(pages, {}) { |n| url_for(page_param => n) } %>
<% end %>