X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/420a7289a0b08eee091f6650c2e83166df3fbe69..88f156a41a5c9ae45d404747819b446861db7a8c:/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" } %>
-
-
-