Adding user details to the removal modal
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user