X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3ec67ea2d395f9ae78f806f8e583e10d691861de..cb68450ac7b7a8dec6d0d721b9a7314bf1c7e95f:/app/views/users/account.html.erb
diff --git a/app/views/users/account.html.erb b/app/views/users/account.html.erb
index 7638b7a77..f647cc84f 100644
--- a/app/views/users/account.html.erb
+++ b/app/views/users/account.html.erb
@@ -3,178 +3,63 @@
<% end %>
<% 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' %>
-
+ <%= t ".my settings" %>
<% 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" } %>
-
-
-