]> git.openstreetmap.org Git - rails.git/commitdiff
Replace search button text with svg icon
authorAnton Khorev <tony29@yandex.ru>
Sat, 1 Jun 2024 03:41:10 +0000 (06:41 +0300)
committerAnton Khorev <tony29@yandex.ru>
Sat, 1 Jun 2024 05:19:31 +0000 (08:19 +0300)
app/views/layouts/_search.html.erb

index da9aa1c9e4ab89b4f6d3bc31cd54f03783925513..ab37f87b565504de4efe96249eaf6bfb2af9e244 100644 (file)
@@ -7,7 +7,16 @@
           <div class="input-group-text border-start-0 p-0 position-relative">
             <%= 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 text-primary link-body-emphasis link-opacity-100-hover", :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 } %>
+          <%= button_tag :class => "btn btn-sm btn-primary p-1", :title => t("site.search.submit_text") do %>
+            <svg width="24" height="20" class="align-bottom">
+              <circle cx="13" cy="7" r="6.5" fill="#fff8" stroke="#fff" />
+              <path d="M9.75 12.629 A6.5 6.5 0 0 1 7.371 10.25" fill="none" stroke="#fff" stroke-width="1.5" />
+              <line x1="1" y1="19" x2="1.5" y2="18.5" stroke="#fff8" stroke-width="2" />
+              <line x1="1.5" y1="18.5" x2="6" y2="14" stroke="#fff" stroke-width="2.5" />
+              <line x1="6" y1="14" x2="6.5" y2="13.5" stroke="#fff8" stroke-width="2" />
+              <line x1="6.5" y1="13.5" x2="8.5" y2="11.5" stroke="#fff" stroke-width="1.5" />
+            </svg>
+          <% end %>
         </div>
       </div>
       <div class="col-auto">