Skip to content

Commit

Permalink
feat: Updated app/helpers/pagination_helper.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Feb 3, 2024
1 parent 6da5ac6 commit 4d8949d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/pagination_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def paginate(total_items, items_per_page, current_page, base_url)
pagination_html += '<li>' + link_to('Next', "#{base_url}?page=#{current_page + 1}") + '</li>'
end

pagination_html += '</ul>'
pagination_html += "</ul>"
pagination_html.html_safe
end
end

0 comments on commit 4d8949d

Please sign in to comment.