]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/site/edit.html.erb
Merge branch 'master' into feature/add-communities-page
[rails.git] / app / views / site / edit.html.erb
index b31b099737f4cfbd8019fda6353dbd14457e7947..2db9a28e367944496fda0518bfac7aec9d1fad37 100644 (file)
@@ -5,7 +5,7 @@
     <p><%= t "layouts.osm_read_only" %></p>
   <% elsif !current_user.data_public? %>
     <p><%= t ".not_public" %></p>
-    <p><%= t ".not_public_description_html", :user_page => (link_to t(".user_page_link"), user_account_path(current_user, :anchor => "public")) %></p>
+    <p><%= t ".not_public_description_html", :user_page => (link_to t(".user_page_link"), edit_account_path(:anchor => "public")) %></p>
     <p><%= t ".anon_edits_html", :link => link_to(t(".anon_edits_link_text"), t(".anon_edits_link")) %></p>
   <% else %>
     <%= render :partial => preferred_editor %>