Merge pull request #4524 from chrismeyersfsu/fix-4365

organization pattern differs from other views through the use of
This commit is contained in:
Chris Meyers
2016-12-20 15:38:33 -05:00
committed by GitHub

View File

@@ -20,6 +20,8 @@
</button> </button>
</div> </div>
</div> </div>
<div class="List-well">
<!-- smart-search directive bindings: <!-- smart-search directive bindings:
djangoModel: '@', // one-way, interpolated djangoModel: '@', // one-way, interpolated
searchSize: '@', searchSize: '@',
@@ -39,7 +41,6 @@
collection="organizations" collection="organizations"
search-tags="searchTags"> search-tags="searchTags">
</smart-search> </smart-search>
<div class="List-well">
<div class="List-noItems" ng-show="organizations.length < 1" translate>PLEASE ADD ITEMS TO THIS LIST</div> <div class="List-noItems" ng-show="organizations.length < 1" translate>PLEASE ADD ITEMS TO THIS LIST</div>