X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c672a73de3f376d0981c5bec9cdc3e97d5d0f9b7..1ff7e3ac71f0e31d6c4d26673d6357a76ef957aa:/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 41e1e1446..54bb4f9f6 100644 --- a/app/views/oauth_clients/index.html.erb +++ b/app/views/oauth_clients/index.html.erb @@ -6,19 +6,24 @@
<%= t ".list_tokens" %>
<%= t ".application" %> | -<%= t ".issued_at" %> | |
---|---|---|
<%= t ".application" %> | +<%= t ".issued_at" %> | ++ |
<%= link_to token.client_application.name, token.client_application.url %> | <%= token.authorized_at %> | - <%= form_tag :controller => "oauth", :action => "revoke" do %> - <%= hidden_field_tag "token", token.token %> - <%= submit_tag t(".revoke") %> - <% end %> + <%= form_tag :controller => "oauth", :action => "revoke" do %> + <%= hidden_field_tag "token", token.token %> + <%= submit_tag t(".revoke") %> + <% end %> | - <% end %> +