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