Added text-danger span on username

This commit is contained in:
Blade Barringer 2014-12-04 22:02:34 -06:00 committed by Matteo Pagliazzi
parent 6fcf1846b3
commit 01c0ce1722

View file

@ -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