From 0b6d330d8d2dfdf919b1551276979af5194e9356 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20J=C3=A4ggi?= Date: Fri, 22 Dec 2023 15:47:07 +0100 Subject: [PATCH] upgrade all view files to bootstrap 5 --- app/views/people/_show_left_jubla.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/people/_show_left_jubla.html.haml b/app/views/people/_show_left_jubla.html.haml index ee81b046..df497bd6 100644 --- a/app/views/people/_show_left_jubla.html.haml +++ b/app/views/people/_show_left_jubla.html.haml @@ -1,3 +1,3 @@ - if entry.alumnus_only? - %h2= t('.contactable_by') + %h2.mt-3= t('.contactable_by') = render_attrs(entry, :contactable_by_federation, :contactable_by_state, :contactable_by_region, :contactable_by_flock)