mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
Added heading and body of flag modal
This commit is contained in:
parent
1e3a07b8b5
commit
b3a56b6ded
1 changed files with 2 additions and 0 deletions
|
|
@ -92,5 +92,7 @@ script(type='text/ng-template', id='modals/send-gift.html')
|
|||
|
||||
script(type='text/ng-template', id='modals/flag.html')
|
||||
.modal-header
|
||||
h4=env.t('flagModalHeading', {name: "{{profile.profile.name}}"})
|
||||
.modal-body
|
||||
h4!=env.t('flagModalBody', {firstLinkStart: "<a href='/static/community-guidelines' target='_blank'>", secondLinkStart: "<a href='/static/terms' target='_blank'>", linkEnd: "</a>"})
|
||||
.modal-footer
|
||||
|
|
|
|||
Loading…
Reference in a new issue