X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/b70da7b8ea15ab48bb2f34155567cea6dffc8fc9..2443e7dd650a3d3aaae9ab14d14d2fde6a582755:/app/views/users/account.html.erb
diff --git a/app/views/users/account.html.erb b/app/views/users/account.html.erb
index 10b33063e..dc31de97a 100644
--- a/app/views/users/account.html.erb
+++ b/app/views/users/account.html.erb
@@ -6,7 +6,9 @@
<%= 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(".oauth1 settings"), oauth_clients_path %>
+ - <%= link_to t(".oauth2 applications"), oauth_applications_path %>
+ - <%= link_to t(".oauth2 authorizations"), oauth_authorized_applications_path %>
<% end %>