Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienpoly committed Nov 24, 2024
1 parent 43ae180 commit 95597b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/views/talks/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
<% if @pagy.next.present? %>
<% allowed_params = params.permit(:s, :topic, :event, :speaker, :kind, :order_by) %>
<%= turbo_frame_tag :pagination,
data: {
controller: "lazy-loading",
lazy_loading_src_value: talks_path(allowed_params.merge(page: @pagy.next, format: :turbo_stream))
} %>
data: {
controller: "lazy-loading",
lazy_loading_src_value: talks_path(allowed_params.merge(page: @pagy.next, format: :turbo_stream))
} %>
<% end %>
<% end %>

Expand Down

0 comments on commit 95597b5

Please sign in to comment.