mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
Properly chaining classes in jade
This commit is contained in:
parent
fd157785f4
commit
588fdc6cad
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ 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(class='text-center')
|
||||
.modal-header.text-center
|
||||
h4=env.t('sureKick')
|
||||
p(class='modal-subheading') {{removeMemberData.member.profile.name}}
|
||||
.modal-body
|
||||
|
|
|
|||
Loading…
Reference in a new issue