]> git.openstreetmap.org Git - rails.git/commitdiff
Apply bootstrap styling to "make public" button
authorTom Hughes <tom@compton.nu>
Mon, 21 Feb 2022 19:07:01 +0000 (19:07 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 21 Feb 2022 19:11:58 +0000 (19:11 +0000)
app/views/accounts/edit.html.erb

index eb977d0942d900f96bc49cf28a979a2a8257e2c9..2017bee0a459cfd7e51b7e88de2d34a287ee9340 100644 (file)
@@ -68,5 +68,5 @@
 <a name="public"></a>
 <h2><%= t ".public editing note.heading" %></h2>
 <%= t ".public editing note.html" %>
-  <%= button_to t(".make edits public button"), user_go_public_path %>
+<%= button_to t(".make edits public button"), user_go_public_path, :class => "btn btn-primary" %>
 <% end %>