fix panel title and badge for new projects list

This commit is contained in:
John Mitchell 2018-10-17 11:13:36 -04:00
parent 8057438c67
commit d61cd519d7
No known key found for this signature in database
GPG Key ID: FE6A9B5BD4EB5C94

View File

@ -2,11 +2,10 @@
<div ui-view="form"></div>
<at-panel ng-cloak id="htmlTemplate">
<div ng-if="$state.includes('projects')">
<at-panel-heading hide-dismiss="true">
{{:: vm.strings.get('list.PANEL_TITLE') }}
<div class="at-Panel-headingTitleBadge" ng-show="vm.count">
{{ vm.count }}
</div>
<at-panel-heading
title="{{:: vm.strings.get('list.PANEL_TITLE') }}"
hide-dismiss="true"
badge="{{ vm.count }}">
</at-panel-heading>
</div>
<div ui-view="projectsList"></div>