X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/f885cfe0f5f0602dd51e1734f8ce2eaf377b1614..88f156a41a5c9ae45d404747819b446861db7a8c:/app/views/users/account.html.erb
diff --git a/app/views/users/account.html.erb b/app/views/users/account.html.erb
index fadb74f4c..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| %>
-