X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e222329d043592af299eed12cf6ad16969c1b46f..17e87ab67a88c165a11d67a4a8ecafa9bd7a376f:/app/views/oauth2_authorized_applications/index.html.erb diff --git a/app/views/oauth2_authorized_applications/index.html.erb b/app/views/oauth2_authorized_applications/index.html.erb index dca65e9f9..2d3ad00bd 100644 --- a/app/views/oauth2_authorized_applications/index.html.erb +++ b/app/views/oauth2_authorized_applications/index.html.erb @@ -2,13 +2,21 @@

<%= t ".title" %>

<% end %> - - - - - - - - <%= render :partial => "application", :collection => @applications %> - -
<%= t ".application" %><%= t ".permissions" %>
+<%= render :partial => "settings_menu" %> + +<% if @applications.length > 0 %> + + + + + + + + + + <%= render :partial => "application", :collection => @applications %> + +
<%= t ".application" %><%= t ".permissions" %>
+<% else %> +

<%= t ".no_applications_html", :oauth2 => link_to(t(".oauth_2"), "https://oauth.net/2/") %>

+<% end %>