Skip to content

Commit

Permalink
Bootstrap5 upgrade fixes (#69)
Browse files Browse the repository at this point in the history
* replace all camelCased scss variables to kebab-case

* fix bootstrap 5 variable naming

* upgrade all view files to bootstrap 5
  • Loading branch information
njaeggi authored Dec 22, 2023
1 parent e8bb873 commit 6e1696d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/people/_show_left_jubla.html.haml
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 6e1696d

Please sign in to comment.