In the same fashion Newsletters is managed, with the only difference that the preview is using the notification partial in the same way the index of notifications.
5 lines
145 B
CoffeeScript
5 lines
145 B
CoffeeScript
App.SendAdminNotificationAlert =
|
|
initialize: ->
|
|
$('#js-send-admin_notification-alert').on 'click', ->
|
|
confirm(this.dataset.alert);
|