From cb8419456bc9b68135d483630d0d9b33f3a1df0f Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 21 Feb 2022 19:07:01 +0000 Subject: [PATCH] Apply bootstrap styling to "make public" button --- app/views/accounts/edit.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %> -- 2.43.2