Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Fixed issue with complete empty state of the profile for logged in user. #503

Merged
merged 1 commit into from
Oct 29, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/profile/about/about.jade
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

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

Expand Down