<% content_for :heading do %>
<h1><%= t ".my settings" %></h1>
- <ul class='secondary-actions clearfix'>
- <li><%= link_to t(".return to profile"), user_path(current_user) %></li>
- <li><%= link_to t(".oauth1 settings"), oauth_clients_path %></li>
- <li><%= link_to t(".oauth2 applications"), oauth_applications_path %></li>
- <li><%= link_to t(".oauth2 authorizations"), oauth_authorized_applications_path %></li>
- </ul>
<% end %>
+<%= 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| %>
<%= f.text_field :display_name %>