Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorFernando Arias <farias@gitlab.com>2019-01-09 19:56:23 +0300
committerMike Greiling <mike@pixelcog.com>2019-01-09 19:56:23 +0300
commitdecfde137dd8b4b89d18b6acf9c9144a7047283e (patch)
treef0bedaa332d8839f3235cce5a1a4c45a32e8023b /app/views
parent3f01f0c5b3de07ee18d4f44a14a993b72c2442c6 (diff)
First pass at updated profile empty state
Diffstat (limited to 'app/views')
-rw-r--r--app/views/shared/projects/_list.html.haml7
1 files changed, 6 insertions, 1 deletions
diff --git a/app/views/shared/projects/_list.html.haml b/app/views/shared/projects/_list.html.haml
index 15c29e14cc0..7d90d9ca4a5 100644
--- a/app/views/shared/projects/_list.html.haml
+++ b/app/views/shared/projects/_list.html.haml
@@ -33,4 +33,9 @@
%span &nbsp;you have no access to.
= paginate_collection(projects, remote: remote) unless skip_pagination
- else
- .nothing-here-block No projects found
+ .nothing-here-block
+ .svg-content.svg-130
+ = image_tag 'illustrations/profile-page/personal-project.svg'
+ %div
+ %span
+ = s_('UserProfile|This user doesn\'t have any personal projects')