Skip to content

Commit

Permalink
updated markup
Browse files Browse the repository at this point in the history
  • Loading branch information
garpunkal committed Oct 22, 2024
1 parent 7978d9d commit 5b67529
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
</umb-search-filter>
</div>

<div ng-if="vm.filteredItems.length > 0 && (vm.filteredItems | filter:{blockConfigModel:{label:'layout_'}}).length > 0">
<h5 class="">Layouts</h5>
<div ng-if="vm.filteredItems.length > 0 && (vm.filteredItems | filter:{blockConfigModel:{label:'layout_'}}).length > 0" class="punk-blocklist-layouts">
<h4>Layouts</h4>
<div class="umb-block-card-grid">
<umb-block-card class="umb-outline"
ng-repeat="block in (vm.filteredItems | filter:{blockConfigModel:{label:'layout_'}})"
Expand All @@ -38,9 +38,9 @@ <h5 class="">Layouts</h5>
</div>


<div ng-if="vm.filteredItems.length > 0 && (vm.filteredItems | filter:{blockConfigModel:{label:'!layout_'}}).length > 0">
<div ng-if="vm.filteredItems.length > 0 && (vm.filteredItems | filter:{blockConfigModel:{label:'!layout_'}}).length > 0" class="punk-blocklist-components">

<h5 class="">Components</h5>
<h4 >Components</h4>
<div class="umb-block-card-grid">
<umb-block-card class="umb-outline"
ng-repeat="block in (vm.filteredItems | filter:{blockConfigModel:{label: '!layout_'}})"
Expand All @@ -53,7 +53,7 @@ <h5 class="">Components</h5>
</div>

<div ng-repeat="blockGroup in model.blockGroups" ng-if="vm.filteredItems.length > 0">
<h5>{{blockGroup.name}}</h5>
<h4>{{blockGroup.name}}</h4>

<div class="umb-block-card-grid">

Expand Down

0 comments on commit 5b67529

Please sign in to comment.