Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6f4163e

Browse files
author
vikasrohit
committedOct 29, 2015
Merge pull request #503 from appirio-tech/feature/quick-fixes-pre-first-ga-release
Fixed issue with complete empty state of the profile for logged in user.
2 parents 8ed6564 + 8acaa75 commit 6f4163e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎app/profile/about/about.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
.empty-profile
1414
.empty-state
15-
empty-state-placeholder(state-name="profile-empty", show="!profileVm.numProjects && (!profileVm.skills || (profileVm.skills && profileVm.skills.length == 0)) && !vm.hasLinks")
15+
empty-state-placeholder(state-name="profile-empty", show="!profileVm.showEditProfileLink && !profileVm.numProjects && (!profileVm.skills || (profileVm.skills && profileVm.skills.length == 0)) && !vm.hasLinks")
1616
.sample-image
1717
img(ng-src="/images/robot.svg")
1818

0 commit comments

Comments
 (0)
This repository has been archived.