X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/91139ae014608fe98653496e4c5425f9ebe3bed7..a36f3558dd43dd5a598e36dd21fd5f7d2b4a94f5:/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 d698728f5..80dbc6079 100644 --- a/app/views/oauth_clients/index.html.erb +++ b/app/views/oauth_clients/index.html.erb @@ -1,4 +1,7 @@ -

<%= t'oauth_clients.index.title' %>

+<% content_for :heading do %> +

<%= t'oauth_clients.index.title' %>

+<% end %> + <% unless @tokens.empty? %>

<%= t'oauth_clients.index.my_tokens' %>

<%= t'oauth_clients.index.list_tokens' %>

@@ -16,7 +19,7 @@ <% end %> <% end %> - <% end %> + <% end %> <% end %>

<%= t'oauth_clients.index.my_apps' %>

@@ -30,4 +33,4 @@ <% end %> <% end %> <% end %> -

<%= link_to t('oauth_clients.index.register_new'), :action => :new %>

+

<%= link_to t('oauth_clients.index.register_new'), :action => :new %>

\ No newline at end of file