X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/dcfe326f6515cc7aeb9c02b7536e69863c60cd01..fa7d64b788c614a14b7752fd2d660dd54b26e3c6:/app/views/users/account.html.erb
diff --git a/app/views/users/account.html.erb b/app/views/users/account.html.erb
index 233f2629f..26d840210 100644
--- a/app/views/users/account.html.erb
+++ b/app/views/users/account.html.erb
@@ -3,178 +3,67 @@
<% end %>
<% content_for :heading do %>
-
<%= t '.my settings' %>
+ <%= 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' %>
+ - <%= link_to t(".return to profile"), user_path(current_user) %>
+ - <%= link_to t(".oauth1 settings"), oauth_clients_path %>
+ - <%= link_to t(".oauth2 applications"), oauth_applications_path %>
+ - <%= link_to t(".oauth2 authorizations"), oauth_authorized_applications_path %>
<% 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| %>
-
-
-
-
-
-
-
-
-