Fix route for "go public" button on the account edit page
This commit is contained in:
parent
a26100c7ec
commit
81c58571c5
2 changed files with 25 additions and 1 deletions
|
@ -61,5 +61,5 @@
|
|||
<a name="public"></a>
|
||||
<h2><%= t ".public editing note.heading" %></h2>
|
||||
<%= t ".public editing note.html" %>
|
||||
<%= button_to t(".make edits public button"), :action => :go_public %>
|
||||
<%= button_to t(".make edits public button"), user_go_public_path %>
|
||||
<% end %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue