Skip to content

Commit

Permalink
feat: Updated app/views/summarys/index.html.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Feb 3, 2024
1 parent aeab51f commit 5549357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/summarys/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<%= polaris_card do %>
<%= render controller_name, rows: @summaries %>
<% end %>
<%= paginate(@summaries.count, @per_page.to_i, @page.to_i, summary_shop_path) %>
<%= polaris_pagination(previous_url: summary_shop_path(page: @page.to_i - 1), next_url: summary_shop_path(page: @page.to_i + 1)) %>
<% end %>
Expand Down

0 comments on commit 5549357

Please sign in to comment.