Keep import prject option if user has projects
parent
b6165e859a
commit
161d3e3bd7
|
@ -14,7 +14,7 @@ a.see-more-projects-btn.button-gray(href="#",
|
||||||
title="{{'PROJECT.NAVIGATION.SEE_MORE_PROJECTS' | translate}}",
|
title="{{'PROJECT.NAVIGATION.SEE_MORE_PROJECTS' | translate}}",
|
||||||
translate="PROJECT.NAVIGATION.SEE_MORE_PROJECTS")
|
translate="PROJECT.NAVIGATION.SEE_MORE_PROJECTS")
|
||||||
|
|
||||||
section.projects-empty(ng-hide="vm.projects.size")
|
section.projects-empty
|
||||||
include ../../../svg/empty-project.svg
|
include ../../../svg/empty-project.svg
|
||||||
p(translate="HOME.EMPTY_PROJECT_LIST")
|
p(translate="HOME.EMPTY_PROJECT_LIST")
|
||||||
a.create-project-button.button-green(href="#", ng-click="vm.newProject()",
|
a.create-project-button.button-green(href="#", ng-click="vm.newProject()",
|
||||||
|
|
Loading…
Reference in New Issue