Merge pull request #6582 from tylerxo/remove_modal_username

Adds user details to the removal modal
This commit is contained in:
Alys 2016-02-18 06:39:31 +10:00
commit ffb5cfd46e
2 changed files with 2 additions and 2 deletions

View file

@ -109,7 +109,6 @@ html, body
/* Misc
-------------------------------------------------- */
//move
.new-stuff-modal // a .modal-body
h2, h3
font-weight: 700

View file

@ -114,8 +114,9 @@ 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
.modal-header.text-center
h4=env.t('sureKick')
p.lead: strong {{::removeMemberData.member.profile.name}}
.modal-body
textarea.form-control(type='text',rows='5',placeholder=env.t('optionalMessage'),ng-model='removeMemberData.message')
.modal-footer