mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
Added text-danger span on username
This commit is contained in:
parent
6fcf1846b3
commit
01c0ce1722
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ script(type='text/ng-template', id='modals/send-gift.html')
|
||||||
|
|
||||||
script(type='text/ng-template', id='modals/abuse-flag.html')
|
script(type='text/ng-template', id='modals/abuse-flag.html')
|
||||||
.modal-header
|
.modal-header
|
||||||
h4=env.t('abuseFlagModalHeading', {name: "{{profile.profile.name}}"})
|
h4!=env.t('abuseFlagModalHeading', {name: "<span class='text-danger'>{{profile.profile.name}}</span>"})
|
||||||
.modal-body
|
.modal-body
|
||||||
h4!=env.t('abuseFlagModalBody', {firstLinkStart: "<a href='/static/community-guidelines' target='_blank'>", secondLinkStart: "<a href='/static/terms' target='_blank'>", linkEnd: "</a>"})
|
h4!=env.t('abuseFlagModalBody', {firstLinkStart: "<a href='/static/community-guidelines' target='_blank'>", secondLinkStart: "<a href='/static/terms' target='_blank'>", linkEnd: "</a>"})
|
||||||
.modal-footer
|
.modal-footer
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue