Skip to content

Commit

Permalink
remove dupliacate id
Browse files Browse the repository at this point in the history
  • Loading branch information
ElviaBth committed May 27, 2024
1 parent d821882 commit c5c3b8e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,3 @@
</div>
</div>
</div>

<div class="main-bar__links-mobile__search-block">
<div class="-translate-y-full">
<label class="h4" for="input-search-mobile"><%= t("decidim.search.term_input_placeholder") %></label>
<%= form_tag(decidim.search_path, method: :get, class: "filter-search") do %>
<%= text_field_tag(
:term,
nil,
id: "input-search-mobile",
value: params[:term] || params.dig(:filter, :term),
placeholder: t("decidim.search.term_input_placeholder"),
title: t("decidim.search.term_input_placeholder"),
"aria-label": t("decidim.search.term_input_placeholder"),
tabindex: "0"
) %>
<button type="submit" aria-label="<%= t("decidim.search.term_input_placeholder") %>">
<%= icon "search-line" %>
</button>
<% end %>
</div>
</div>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@
<% end %>
</div>
</div>

0 comments on commit c5c3b8e

Please sign in to comment.