X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d66541124fdf6d4da22c3c26ef24b205c486c3a7..014b86f91cfb093bc40b8b0763a7c71bb942b12b:/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 %>