Added text-danger span on username
This commit is contained in:
committed by
Matteo Pagliazzi
parent
6fcf1846b3
commit
01c0ce1722
@@ -92,7 +92,7 @@ script(type='text/ng-template', id='modals/send-gift.html')
|
||||
|
||||
script(type='text/ng-template', id='modals/abuse-flag.html')
|
||||
.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
|
||||
h4!=env.t('abuseFlagModalBody', {firstLinkStart: "<a href='/static/community-guidelines' target='_blank'>", secondLinkStart: "<a href='/static/terms' target='_blank'>", linkEnd: "</a>"})
|
||||
.modal-footer
|
||||
|
||||
Reference in New Issue
Block a user