From: Tom Hughes Date: Mon, 21 Feb 2022 19:07:01 +0000 (+0000) Subject: Apply bootstrap styling to "make public" button X-Git-Tag: live~1875 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/cb8419456bc9b68135d483630d0d9b33f3a1df0f Apply bootstrap styling to "make public" button --- diff --git a/app/views/accounts/edit.html.erb b/app/views/accounts/edit.html.erb index eb977d094..2017bee0a 100644 --- a/app/views/accounts/edit.html.erb +++ b/app/views/accounts/edit.html.erb @@ -68,5 +68,5 @@

<%= t ".public editing note.heading" %>

<%= 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 %>