Skip to content

Commit

Permalink
fix person fields
Browse files Browse the repository at this point in the history
  • Loading branch information
njaeggi committed Sep 25, 2023
1 parent d0bcdb1 commit 0ef7ebb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/people/_fields_youth.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
= f.labeled_inline_fields_for :people_managers, 'people/managers/fields', f.object.people_managers
- else
= f.labeled(:people_managers) do
%div{style: 'padding-top: 5px'}
%span.help-block{style: 'display: inline'}
%div.pt-1
%span.help-block.d-inline
= t('.no_permission_to_change_managers')

= field_set_tag do
Expand All @@ -25,4 +25,4 @@
Person::NATIONALITIES_J_S,
:to_s, Proc.new { |n| t("activerecord.attributes.person.nationalities_j_s.#{n}") },
{ include_blank: true },
{ class: 'span6' })
{ class: 'form-select form-select-sm' })

0 comments on commit 0ef7ebb

Please sign in to comment.