Skip to content

Commit

Permalink
fix popovers
Browse files Browse the repository at this point in the history
  • Loading branch information
njaeggi committed Oct 20, 2023
1 parent c2f863e commit 01cd92b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/event/participations/_actions_show_youth.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
- if @application.present?
- if show_event_participation_cancel_button?
= action_button(t('.cancel_button'),
'#',
nil,
:'times-circle',
title: t('.cancel_title'),
data: { toggle: 'popover', content: render('popover_cancel').to_str })
data: { bs_toggle: 'popover', bs_content: render('popover_cancel').to_str })

- if show_event_participation_reject_button?
= action_button(t('.reject_button'),
Expand Down

0 comments on commit 01cd92b

Please sign in to comment.