mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
Adding user details to the removal modal
This commit is contained in:
parent
0d06d765f2
commit
77cfc99b59
2 changed files with 8 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue