]> git.openstreetmap.org Git - rails.git/commitdiff
Change "add a note" background to secondary on welcome page
authorAnton Khorev <tony29@yandex.ru>
Fri, 4 Apr 2025 08:28:40 +0000 (11:28 +0300)
committerAnton Khorev <tony29@yandex.ru>
Fri, 4 Apr 2025 08:28:40 +0000 (11:28 +0300)
app/views/site/welcome.html.erb

index 33c9a7e24609f10427ef84759a89bec893d3d5b7..a27e3faa0b0564870c753c489bf378e6aabed4e5 100644 (file)
@@ -85,7 +85,7 @@
 <% end %>
 </div>
 
-<div class='alert alert-primary'>
+<div class='alert alert-secondary'>
   <h2><%= t ".add_a_note.title" %></h2>
   <p><%= t ".add_a_note.para_1" %></p>
   <p><%= t ".add_a_note.para_2_html", :map_link => link_to(t(".add_a_note.the_map"), root_path),