From 2f1715a02c3ace77b900bcdb3f66376fb24a4f63 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 29 Jun 2022 17:35:09 +0100 Subject: [PATCH] Bootstrap 5: no-gutters renamed to g-0 --- app/views/dashboards/_popup.html.erb | 2 +- app/views/oauth2_authorizations/new.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/dashboards/_popup.html.erb b/app/views/dashboards/_popup.html.erb index ef86f042d..c4f8b627a 100644 --- a/app/views/dashboards/_popup.html.erb +++ b/app/views/dashboards/_popup.html.erb @@ -1,4 +1,4 @@ -
+
<%= user_thumbnail popup %>
diff --git a/app/views/oauth2_authorizations/new.html.erb b/app/views/oauth2_authorizations/new.html.erb index 3b943a043..971e0e20a 100644 --- a/app/views/oauth2_authorizations/new.html.erb +++ b/app/views/oauth2_authorizations/new.html.erb @@ -10,7 +10,7 @@ <% end -%> -
+
<%= bootstrap_form_tag :action => :create do |f| %> <%= f.hidden_field :client_id, :value => @pre_auth.client.uid %> -- 2.39.5