X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/06c2db433d63ebd0e5a83cb6b68a29a6ca1d5050..29020530a8fabe1d02e3bc9c41970c9030efc380:/app/views/oauth_clients/index.html.erb diff --git a/app/views/oauth_clients/index.html.erb b/app/views/oauth_clients/index.html.erb index 7c956d531..b4c2558cf 100644 --- a/app/views/oauth_clients/index.html.erb +++ b/app/views/oauth_clients/index.html.erb @@ -34,10 +34,14 @@

<%= t(".no_apps_html", :oauth => link_to(t(".oauth"), "https://oauth.net")) %>

<% else %>

<%= t ".registered_apps" %>

-<% @client_applications.each do |client| %> -
- <%= link_to client.name, :action => :show, :id => client.id %> -
-<% end %> + <% end %> -

<%= link_to t(".register_new"), :action => :new %>

+<% if Settings.oauth_10_registration -%> +<%= link_to t(".register_new"), { :action => :new }, :class => "btn btn-outline-primary" %> +<% end -%>