From: Andy Allan Date: Wed, 29 Jun 2022 16:35:09 +0000 (+0100) Subject: Bootstrap 5: no-gutters renamed to g-0 X-Git-Tag: live~2090^2~8 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/2f1715a02c3ace77b900bcdb3f66376fb24a4f63?ds=inline;hp=--cc Bootstrap 5: no-gutters renamed to g-0 --- 2f1715a02c3ace77b900bcdb3f66376fb24a4f63 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 %>