mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 09:39:23 +00:00
Merge pull request #6582 from tylerxo/remove_modal_username
Adds user details to the removal modal
This commit is contained in:
commit
ffb5cfd46e
2 changed files with 2 additions and 2 deletions
|
|
@ -109,7 +109,6 @@ html, body
|
|||
/* Misc
|
||||
-------------------------------------------------- */
|
||||
//move
|
||||
|
||||
.new-stuff-modal // a .modal-body
|
||||
h2, h3
|
||||
font-weight: 700
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue