X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e1065adc610f3094a22d43dddad5ffa04338ec38..8b9d0ff56041d8eea953c228ea0242390f2d6471:/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..a08b3c0ff 100644 --- a/app/views/oauth_clients/index.html.erb +++ b/app/views/oauth_clients/index.html.erb @@ -34,10 +34,12 @@

<%= 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 %>

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