Skip to content

Commit

Permalink
Add paginated links to border box table, if any
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther authored and mrmir committed Nov 11, 2024
1 parent 3cea2f3 commit b63a7db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/components/op_primer/border_box_table_component.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,7 @@ See COPYRIGHT and LICENSE files for more details.
end
end
%>

<% if paginated? %>
<%= helpers.pagination_links_full rows %>
<% end %>

0 comments on commit b63a7db

Please sign in to comment.