Apply bootstrap styling to "make public" button
This commit is contained in:
parent
999ebb1bf2
commit
cb8419456b
1 changed files with 1 additions and 1 deletions
|
@ -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 %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue