diff --git a/services/web/app/views/project/list/side-bar.pug b/services/web/app/views/project/list/side-bar.pug index b3a3f11948..5429045afb 100644 --- a/services/web/app/views/project/list/side-bar.pug +++ b/services/web/app/views/project/list/side-bar.pug @@ -48,7 +48,7 @@ li h2 #{translate("folders")} li.tag( - ng-repeat="tag in tags | orderBy:name", + ng-repeat="tag in tags | orderBy:'name'", ng-class="{active: tag.selected}", ng-cloak, ng-click="selectTag(tag)"