mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
Remove extraneous div
This commit is contained in:
parent
885820c753
commit
78bf96b104
1 changed files with 1 additions and 1 deletions
|
|
@ -69,4 +69,4 @@ script(type='text/ng-template', id='modals/chooseClass.html')
|
|||
.modal-footer
|
||||
button.btn.btn-danger(ng-click='user.ops.disableClasses({}); $close()', popover-placement='top', popover-trigger='mouseenter', popover=env.t('optOutText'))=env.t('optOut')
|
||||
button.btn.btn-primary(ng-disabled='!selectedClass' ng-click='changeClass(selectedClass); $close()')=env.t('select')
|
||||
div.pull-left!=env.t('chooseClassLearn')
|
||||
.pull-left!=env.t('chooseClassLearn')
|
||||
|
|
|
|||
Loading…
Reference in a new issue