diff --git a/app/components/op_primer/border_box_table_component.html.erb b/app/components/op_primer/border_box_table_component.html.erb index 01cbc672c596..2e150ac4870e 100644 --- a/app/components/op_primer/border_box_table_component.html.erb +++ b/app/components/op_primer/border_box_table_component.html.erb @@ -55,3 +55,7 @@ See COPYRIGHT and LICENSE files for more details. end end %> + +<% if paginated? %> + <%= helpers.pagination_links_full rows %> +<% end %>