mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
Remove extra class
This commit is contained in:
parent
aabc50e992
commit
18ebbdac67
1 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ script(type='text/ng-template', id='partials/options.social.hall.heroes.html')
|
|||
input.form-control(type='text', ng-model='hero.contributor.text', placeholder=env.t('contribTitle'))
|
||||
.form-group
|
||||
label=env.t('contribLevel')
|
||||
input.form-control(type='number', ng-model='hero.contributor.level')
|
||||
input.form-control(type='number', ng-model='hero.contributor.level')
|
||||
small=env.t('contribHallText')
|
||||
|
|
||||
a(target='_blank', href='https://trello.com/c/wkFzONhE/277-contributor-gear')=env.t('moreDetails')
|
||||
|
|
@ -92,7 +92,7 @@ script(type='text/ng-template', id='partials/options.social.hall.heroes.html')
|
|||
|
||||
script(type='text/ng-template', id='partials/options.social.hall.patrons.html')
|
||||
.table-responsive
|
||||
table.table.table-striped.table-responsive(infinite-scroll="loadMore()")
|
||||
table.table.table-striped(infinite-scroll="loadMore()")
|
||||
thead
|
||||
tr
|
||||
th=env.t('name')
|
||||
|
|
|
|||
Loading…
Reference in a new issue