Skip to content

Commit

Permalink
useless diff
Browse files Browse the repository at this point in the history
  • Loading branch information
Holist committed Feb 13, 2025
1 parent 16ac757 commit 3457179
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<%= form_with url: user_list_upload_path(id: @user_list_upload.id), method: :get, data: { controller: "search", turbo_permanent: true } do |f| %>
<div class="position-relative">
<%= f.search_field :search_query,
class: "form-control ms-2 pe-4",
placeholder: "Rechercher un usager",
value: params[:search_query],
data: {
search_target: "searchInput",
action: "keyup->search#search input->search#search"
} %>
class: "form-control ms-2 pe-4",
placeholder: "Rechercher un usager",
value: params[:search_query],
data: {
search_target: "searchInput",
action: "keyup->search#search input->search#search"
} %>
<i class="ri-search-line position-absolute top-50 end-0 translate-middle-y text-muted"></i>
</div>
<% end %>

0 comments on commit 3457179

Please sign in to comment.