X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/05e212027339733cf39aa9b7536c3f5f69ba0962..ef40b61ff40881966ae4280cfdcb9f92965e9d10:/app/views/user/account.html.erb
diff --git a/app/views/user/account.html.erb b/app/views/user/account.html.erb
index 1cc6b4a29..45a129077 100644
--- a/app/views/user/account.html.erb
+++ b/app/views/user/account.html.erb
@@ -46,39 +46,6 @@
<%= button_to t('user.account.make all my edits public button'), :action => :go_public %>
<% end %>
-
<%= t 'oauth.token.none' %>
-<% else %> -<%= t 'oauth.token.application' %> | <%= t 'oauth.token.issued' %> | <%= link_to token.client_application.name, token.client_application.url %> | -<%= token.authorized_at %> | -- <% form_tag :controller => 'oauth', :action => 'revoke' do %> - <%= hidden_field_tag 'token', token.token %> - <%= submit_tag t('oauth.token.revoke') %> - <% end %> - | - <% end %> - <% end %> -
---|
<%= t 'user.account.dev_intro', :link => "OAuth" %>
-<%= link_to t('user.account.register_app'), :controller => 'oauth_clients', :action => :new %>
-<% else %> -<%= t 'user.account.apps_registered' %>
-<%= link_to t('user.account.register_another_app'), :controller => 'oauth_clients', :action => :new %>
-<% end %>