Skip to content

Commit

Permalink
chore: Do not show links on recent circuits
Browse files Browse the repository at this point in the history
  • Loading branch information
tachyons committed May 14, 2024
1 parent 4b12c9d commit b9fb0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/circuitverse/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
<% end %>
</div>
<div class="container pagination-cont">
<%= will_paginate @projects, renderer: PaginateRenderer %>
<%= will_paginate @projects, renderer: PaginateRenderer, page_links: false %>
</div>
</div>
<% end %>
Expand Down

0 comments on commit b9fb0f6

Please sign in to comment.