Skip to content

Commit

Permalink
fix for pagination styling
Browse files Browse the repository at this point in the history
  • Loading branch information
stkenny committed Dec 10, 2024
1 parent 3706837 commit ea2a5bd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/views/workspace/collections.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@
</p>
</div>
<% end %>
  <%= paginate @collection_data, theme: 'blacklight' %>
<nav id="dri_my_collections_pagination_nav_id" class="dri_pagination_nav" aria-label="Navigation">
<ul id="dri_my_collections_pagination_nav_links_id" class="dri_pagination_nav_links">
<%= paginate @collection_data, theme: 'blacklight' %>
</ul>
</nav>
</div>
</div>
<% end %>

0 comments on commit ea2a5bd

Please sign in to comment.