Skip to content

Commit

Permalink
fix guild list
Browse files Browse the repository at this point in the history
  • Loading branch information
negue committed Sep 18, 2014
1 parent 292d245 commit b3c8ace
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/options/social/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b3c8ace

Please sign in to comment.