Properly chaining classes in jade

This commit is contained in:
Tyler Smith 2016-01-26 07:52:35 -08:00
parent fd157785f4
commit 588fdc6cad

View file

@ -114,7 +114,7 @@ script(type='text/ng-template', id='modals/abuse-flag.html')
button.btn.btn-danger(ng-click='reportAbuse(user, abuseObject, groupId)')=env.t("abuseFlagModalButton")
script(type='text/ng-template', id='modals/remove-member.html')
.modal-header(class='text-center')
.modal-header.text-center
h4=env.t('sureKick')
p(class='modal-subheading') {{removeMemberData.member.profile.name}}
.modal-body