X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e731dd71a77ad4ad1e9db22535e89444bb98e5d9..88f156a41a5c9ae45d404747819b446861db7a8c:/app/views/users/account.html.erb
diff --git a/app/views/users/account.html.erb b/app/views/users/account.html.erb
index 7fd6929ca..f647cc84f 100644
--- a/app/views/users/account.html.erb
+++ b/app/views/users/account.html.erb
@@ -4,177 +4,62 @@
<% content_for :heading do %>
<%= t ".my settings" %>
-
- - <%= link_to t(".return to profile"), user_path(current_user) %>
- - <%= link_to t("users.show.oauth settings"), :controller => "oauth_clients", :action => "index" %>
-
<% end %>
-<%= error_messages_for current_user %>
-<%= form_for current_user, :url => { :action => :account }, :method => :post, :html => { :multipart => true, :id => "accountForm", :class => "standard-form", :autocomplete => :off } do |f| %>
-
+<%= render :partial => "settings_menu", :locals => { :selected => "account" } %>
-
-
-
-
-
-
-