Files
habitica/website/views/shared/modals/enable-desktop-notifications.jade
Matteo Pagliazzi 50ea1f5b08 RTC: add modal for desktop notifications (#8007)
* add initial modal for desktop notifications

* add missing files

* vertically center modal and use callback on safari

* fix(modal): update wording
2016-09-13 16:08:54 -05:00

8 lines
271 B
Plaintext

script(type='text/ng-template', id='modals/enableDesktopNotifications.html')
.modal-header
h4!=env.t('enableDesktopNotifications')
.modal-body
p!=env.t('desktopNotificationsText')
.modal-footer
button.btn.btn-default(ng-click='$close()')=env.t('close')