Apply bootstrap styling to "make public" button

This commit is contained in:
Tom Hughes 2022-02-21 19:07:01 +00:00
parent 999ebb1bf2
commit cb8419456b

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