diff --git a/app/views/oauth_clients/index.html.erb b/app/views/oauth_clients/index.html.erb index 41e1e1446..f1dc4afcd 100644 --- a/app/views/oauth_clients/index.html.erb +++ b/app/views/oauth_clients/index.html.erb @@ -6,19 +6,22 @@
<%= 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 %> +