Skip to content

Commit

Permalink
Merge pull request #961 from RenWal/fix-notifications
Browse files Browse the repository at this point in the history
Fix template error in conference notification section
  • Loading branch information
manno committed Apr 11, 2024
2 parents 7ddfe97 + 9f51d23 commit fa7be5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/conferences/_notification_section.html.haml
Expand Up @@ -10,9 +10,9 @@
%p

= button_to(t('notifications_module.send_notification_to_subscribers',
{ name: t(name, scope: 'notifications_module.notif'),
count: subscribers,
event: t('notifications_module.n_events', count: e.count) }),
name: t(name, scope: 'notifications_module.notif'),
count: subscribers,
event: t('notifications_module.n_events', count: e.count) ),
{ action: 'send_notification', notification: state },
{ class: "btn danger",
data: { confirm: t('notifications_module.send_notification_confirm',
Expand Down

0 comments on commit fa7be5d

Please sign in to comment.