Fixing jade and angular syntax miscues

This commit is contained in:
Tyler Smith 2016-01-26 07:59:31 -08:00
parent 588fdc6cad
commit ff2ebe46b8

View file

@ -116,7 +116,7 @@ script(type='text/ng-template', id='modals/abuse-flag.html')
script(type='text/ng-template', id='modals/remove-member.html')
.modal-header.text-center
h4=env.t('sureKick')
p(class='modal-subheading') {{removeMemberData.member.profile.name}}
p.modal-subheading {{::removeMemberData.member.profile.name}}
.modal-body
textarea.form-control(type='text',rows='5',placeholder=env.t('optionalMessage'),ng-model='removeMemberData.message')
.modal-footer