X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c7e9888bb6587649109d0c8d9e00c771da867cf9..14936150ac8ab5cb4e8347b772b2c966f2add43f:/app/views/accounts/edit.html.erb diff --git a/app/views/accounts/edit.html.erb b/app/views/accounts/edit.html.erb index 2fae4640a..e783367dd 100644 --- a/app/views/accounts/edit.html.erb +++ b/app/views/accounts/edit.html.erb @@ -65,18 +65,5 @@ <% end %> <% unless current_user.data_public? %> -
- -

<%= t ".public editing note.heading" %>

-

- <%= t ".public editing note.currently_not_public" %> - <%= t ".public editing note.only_public_can_edit" %> - <%= t ".public editing note.find_out_why_html", :link => link_to(t(".public editing note.find_out_why"), - t(".public editing note.find_out_why_url")) %> -

- - <%= button_to t(".make edits public button"), user_go_public_path, :class => "btn btn-primary" %> + <%= render :partial => "go_public" %> <% end %>