Add placeholder for empty tags
parent
bba36bfff5
commit
1697e43328
|
@ -39,10 +39,12 @@ section
|
|||
svg-icon="icon-close"
|
||||
)
|
||||
|
||||
p.tags-empty(
|
||||
ng-if="!projectTagsAll.length && !ctrl.loading"
|
||||
translate="ADMIN.PROJECT_VALUES_TAGS.EMPTY"
|
||||
.empty-large.tags-empty(ng-if="!projectTagsAll.length && !ctrl.loading")
|
||||
img(
|
||||
src="/#{v}/images/empty/empty_field.png"
|
||||
alt="{{'BACKLOG.EMPTY' | translate}}"
|
||||
)
|
||||
p.title(translate="ADMIN.PROJECT_VALUES_TAGS.EMPTY")
|
||||
|
||||
.table-header.table-tags-editor(
|
||||
ng-if="projectTagsAll.length"
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
.tags-empty {
|
||||
padding: 10vh 0 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.add-tag-container {
|
||||
align-items: center;
|
||||
background: $mass-white;
|
||||
|
|
Loading…
Reference in New Issue