X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c51786d10bc6dda488964f468a6a3071dd6912a8..cb68450ac7b7a8dec6d0d721b9a7314bf1c7e95f:/app/views/users/account.html.erb
diff --git a/app/views/users/account.html.erb b/app/views/users/account.html.erb
index 51c933b5d..f647cc84f 100644
--- a/app/views/users/account.html.erb
+++ b/app/views/users/account.html.erb
@@ -4,172 +4,57 @@
<% 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" } %>
-
+<%= bootstrap_form_for current_user, :url => { :action => :account }, :method => :post, :html => { :multipart => true, :id => "accountForm", :autocomplete => :off } do |f| %>
-