Add placeholder for empty tags

stable
Xavier Julián 2016-09-20 08:37:43 +02:00
parent bba36bfff5
commit 1697e43328
2 changed files with 6 additions and 9 deletions

View File

@ -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"

View File

@ -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;