]> git.openstreetmap.org Git - rails.git/commitdiff
Write button instead of link for 'Where is this?'
authorAnton Khorev <tony29@yandex.ru>
Sat, 16 Sep 2023 15:10:52 +0000 (18:10 +0300)
committerAnton Khorev <tony29@yandex.ru>
Sun, 1 Oct 2023 15:16:35 +0000 (18:16 +0300)
app/views/layouts/_search.html.erb

index dc72cea8313b94203c684f328d666b2182b857fa..dc13414b70e4eea55e73e51c166ad5c909e3af14 100644 (file)
@@ -5,7 +5,7 @@
         <div class="input-group flex-nowrap">
           <%= text_field_tag "query", params[:query], :placeholder => t("site.search.search"), :autofocus => autofocus, :autocomplete => "on", :class => "form-control form-control-sm", :dir => "auto" %>
           <div class="input-group-text border-start-0 p-0 position-relative">
-            <%= link_to t("site.search.where_am_i"), "#", :class => "describe_location position-absolute end-0 me-1 btn btn-sm btn-outline-primary border-0 bg-transparent", :title => t("site.search.where_am_i_title") %>
+            <%= button_tag t("site.search.where_am_i"), :type => "button", :class => "describe_location position-absolute end-0 me-1 btn btn-sm btn-outline-primary border-0 bg-transparent", :title => t("site.search.where_am_i_title") %>
           </div>
           <%= submit_tag t("site.search.submit_text"), :class => "btn btn-sm btn-primary", :data => { :disable_with => false } %>
         </div>