6a63f080ad
* 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.
8 lines
223 B
Plaintext
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')
|