X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/22594361d5abd2a6ee18e290058d9d39d7d761ec..6e154d48c0e77ea110fc93772c6a2be113a90bb1:/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