Files
habitica/website/views/shared/modals/generic.jade
T
Travis 6a63f080ad New feature that notifies a user when their group invite is accepted. (#8244)
* New notification feature that notifies a user when their group invite is accepted. fixes #7788

* Updating to a modal instead of a popup notification

* Making a generic modal template and using it for notifications of group invitation acceptance.

* Working with paglias's comments for doing translation server side.

* Final changes based on pr comments.
2016-12-01 19:04:57 +01:00

8 lines
223 B
Plaintext

script(type='text/ng-template', id='modals/generic.html')
.modal-header
h4 {{data.headerText}}
.modal-body
p {{data.bodyText}}
.modal-footer
.btn.btn-default.pull-right(ng-click='$close()')=env.t('close')