Skip to content

Commit

Permalink
fix popovers
Browse files Browse the repository at this point in the history
  • Loading branch information
njaeggi committed Nov 6, 2023
1 parent ded6a96 commit 953c90f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/events/courses/_buttons_pbs.html.haml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= action_button(t('event.lists.advanced_bsv_export_button'),
'#',
nil,
:download,
title: t('event.lists.bsv_export_button'),
data: { toggle: 'popover',
content: render('popover_bsv_export', advanced: true).to_str })
data: { bs_toggle: 'popover',
bs_content: render('popover_bsv_export', advanced: true).to_str })

0 comments on commit 953c90f

Please sign in to comment.