mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
* add initial modal for desktop notifications * add missing files * vertically center modal and use callback on safari * fix(modal): update wording
8 lines
271 B
Plaintext
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')
|