mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-19 12:18:51 +00:00
fix guild list
This commit is contained in:
parent
292d2455ba
commit
b3c8acef10
1 changed files with 2 additions and 2 deletions
|
|
@ -36,9 +36,9 @@ script(type='text/ng-template', id='partials/options.social.guilds.public.html')
|
|||
a.btn.btn-success(data-type='guild', ng-click='join(invitation)')=env.t('accept')
|
||||
a.btn.btn-danger(ng-click='reject(invitation)')=env.t('reject')
|
||||
// Public Groups
|
||||
.col-md-3
|
||||
div.container-fluid(style='margin-bottom: 1.5em')
|
||||
input.form-control(type='text',ng-model='guildSearch', placeholder=env.t('search'))
|
||||
table.table.table-striped
|
||||
table.table.table-striped(style='clear:left;')
|
||||
tr(ng-repeat='group in groups.public | filter:guildSearch track by group._id')
|
||||
td
|
||||
ul.pull-right.challenge-accordion-header-specs
|
||||
|
|
|
|||
Loading…
Reference in a new issue