Added text of message to make sure user clicked the right flag

This commit is contained in:
Blade Barringer 2014-12-05 22:14:48 -06:00 committed by Matteo Pagliazzi
parent 8537c96eb6
commit aafda2dad1

View file

@ -94,6 +94,8 @@ script(type='text/ng-template', id='modals/abuse-flag.html')
.modal-header
h4!=env.t('abuseFlagModalHeading', {name: "<span class='text-danger'>{{profile.profile.name}}</span>"})
.modal-body
blockquote
| {{abuseObject.text}}
p!=env.t('abuseFlagModalBody', {firstLinkStart: "<a href='/static/community-guidelines' target='_blank'>", secondLinkStart: "<a href='/static/terms' target='_blank'>", linkEnd: "</a>"})
.modal-footer
button.btn.btn-primary(ng-click='$close()')=env.t('cancel')