Skip to content

Commit

Permalink
fix: Display pagination correctly in index page with tag (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
bangn committed Jul 13, 2021
1 parent 552c13c commit cda9c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pact_broker/ui/views/index/show-with-tags.haml
Expand Up @@ -111,7 +111,7 @@
- if index_item.show_settings?
%span.integration-settings.kebab-horizontal{ 'aria-hidden': true }

%p.pagination.text-center
%div.pagination.text-center

- pagination_locals = { page_number: page_number, page_size: page_size, pagination_record_count: pagination_record_count, current_page_size: current_page_size }
!= render :haml, :'index/_pagination', :layout => false, locals: pagination_locals
Expand Down

0 comments on commit cda9c15

Please sign in to comment.