Skip to content

Commit

Permalink
Hide Sets tab in post filters. Refs T1099
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmackay committed Mar 12, 2015
1 parent bd29b27 commit 3aea86c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/www/templates/partials/post-view-tabs.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@
</li>
</ul>
</tab>
<tab heading="{{ 'globalFilter.sets.sets'|translate }}" ng-click="$event.stopPropagation()">
<!-- <tab heading="{{ 'globalFilter.sets.sets'|translate }}" ng-click="$event.stopPropagation()">
TODO: Sets content
</tab>
</tab> -->
<tab heading="{{ 'globalFilter.post_types.post_types'|translate }}" ng-click="$event.stopPropagation()">
<ul class="list-unstyled">
<li class="checkbox"><label><input type="checkbox" ng-model="show_all_post_types" ng-checked="!global_filter.hasSelectedPostTypes()" ng-click="showAllPostTypesHandler()"> {{ 'globalFilter.post_types.all_types'|translate }}</label></li>
Expand Down

0 comments on commit 3aea86c

Please sign in to comment.