Skip to content

Commit

Permalink
fix contact data fields
Browse files Browse the repository at this point in the history
  • Loading branch information
njaeggi committed Sep 18, 2023
1 parent 3322054 commit d0bcdb1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
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' })

- if entry.person != current_user
= hidden_field_tag(:person_id, entry.person.id)
6 changes: 3 additions & 3 deletions app/views/events/_attrs.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
- if @declined_invitations.present?
= render 'banner_declined_invitation'

#main.row-fluid
%article.span7
#main.row
%article.col-7
= render 'attrs_primary'

= render_extensions 'show_left'

%aside.span5
%aside.col-5
= render 'attrs_contact'

- if entry.participant_types.present?
Expand Down
8 changes: 4 additions & 4 deletions app/views/group/educations/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
#main
%p
.legend.is-inline
.legend-title= t('.legende')
.legend-title.pt-3= t('.legende')
.legend-list
.legend-item= t('.valid')
.legend-item.text-warning= t('.valid_until_end_of_year')
.legend-item.muted= t('.can_be_reactivated')
.legend-item.pt-3= t('.valid')
.legend-item.pt-3.text-warning= t('.valid_until_end_of_year')
.legend-item.pt-3.muted= t('.can_be_reactivated')


.pagination-bar
Expand Down

0 comments on commit d0bcdb1

Please sign in to comment.