From 7b1bdc22a45d3b0d50706d474ff9edf46a25e715 Mon Sep 17 00:00:00 2001 From: pabois <pierreandre.boissinot@noesya.coop> Date: Mon, 13 Mar 2023 17:18:03 +0100 Subject: [PATCH] remove unused cols --- .../admin/university/organizations/categories/_form.html.erb | 2 -- app/views/admin/university/people/categories/_form.html.erb | 2 -- 2 files changed, 4 deletions(-) diff --git a/app/views/admin/university/organizations/categories/_form.html.erb b/app/views/admin/university/organizations/categories/_form.html.erb index 1952f1553..fcd6d151d 100644 --- a/app/views/admin/university/organizations/categories/_form.html.erb +++ b/app/views/admin/university/organizations/categories/_form.html.erb @@ -8,8 +8,6 @@ <%= f.input :name %> <% end %> </div> - <div class="col-xl-4"> - </div> </div> <% content_for :action_bar_right do %> <%= submit f %> diff --git a/app/views/admin/university/people/categories/_form.html.erb b/app/views/admin/university/people/categories/_form.html.erb index 1952f1553..fcd6d151d 100644 --- a/app/views/admin/university/people/categories/_form.html.erb +++ b/app/views/admin/university/people/categories/_form.html.erb @@ -8,8 +8,6 @@ <%= f.input :name %> <% end %> </div> - <div class="col-xl-4"> - </div> </div> <% content_for :action_bar_right do %> <%= submit f %> -- GitLab