Adding user details to the removal modal

This commit is contained in:
Tyler Smith 2016-01-25 17:37:18 -08:00
parent 0d06d765f2
commit 77cfc99b59
2 changed files with 8 additions and 1 deletions

View file

@ -110,6 +110,12 @@ html, body
-------------------------------------------------- */
//move
.modal-subheading {
margin: 12px 0 8px;
font-size: 24px;
font-weight: bold;
}
.new-stuff-modal // a .modal-body
h2, h3
font-weight: 700

View file

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