mirror of
https://github.com/quay/quay.git
synced 2026-01-26 06:21:37 +03:00
10 lines
237 B
HTML
10 lines
237 B
HTML
<div class="label-list-element">
|
|
<div class="label-view"
|
|
ng-repeat="label in labels"
|
|
expand="{{expand}}"
|
|
label="label">
|
|
</div>
|
|
<div class="empty-list" ng-if="!labels.length">
|
|
No labels found
|
|
</div>
|
|
</div> |