X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/73c95847a6680bea7f35fe5b3da6eb4e52757b9c..90c5d95ac4c19ab68fc9e0cdfb570b0251f03ee4:/app/views/oauth_clients/index.html.erb?ds=sidebyside diff --git a/app/views/oauth_clients/index.html.erb b/app/views/oauth_clients/index.html.erb index 0ce09d57c..f35537953 100644 --- a/app/views/oauth_clients/index.html.erb +++ b/app/views/oauth_clients/index.html.erb @@ -5,7 +5,7 @@ <% unless @tokens.empty? %>

<%= t ".my_tokens" %>

<%= t ".list_tokens" %>

- +
@@ -18,7 +18,7 @@
<%= t ".application" %><%= link_to token.client_application.name, token.client_application.url %> <%= token.authorized_at %> - <%= form_tag :controller => "oauth", :action => "revoke" do %> + <%= form_tag({ :controller => "oauth", :action => "revoke" }, { :class => "standard-form" }) do %> <%= hidden_field_tag "token", token.token %> <%= submit_tag t(".revoke") %> <% end %>