From 13e44f031cce61210338679adcf5eefe949d3c13 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 20 Jul 2022 18:45:26 +0100 Subject: [PATCH] Bootstrap-5: use logical alternative for text alignment Using start/end rather than left/right, for better RTL support. --- app/views/oauth2_authorized_applications/_application.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/oauth2_authorized_applications/_application.html.erb b/app/views/oauth2_authorized_applications/_application.html.erb index 3781c1df3..f27a6f82e 100644 --- a/app/views/oauth2_authorized_applications/_application.html.erb +++ b/app/views/oauth2_authorized_applications/_application.html.erb @@ -9,7 +9,7 @@ <% end -%> - + <%= link_to t(".revoke"), oauth_authorized_application_path(application), { :method => :delete, :class => "btn btn-outline-danger", :data => { :confirm => t(".confirm_revoke") } } %> -- 2.39.5