summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-03-02 12:11:08 +0100
committerRémy Coutable <remy@rymai.me>2016-03-02 12:11:08 +0100
commitf9ec33000d270cb8f6545a2a80c78bbe55871b60 (patch)
tree263a4657d2caefe5685696e0bf7a26873b0ceed5
parenta3f0a176ff7afcc048d482d691990748a4018251 (diff)
downloadgitlab-ce-fix/13785-dashboard-projects-display-welcome-after-search.tar.gz
Use the .nothing-here-block class when projects list is emptyfix/13785-dashboard-projects-display-welcome-after-search
-rw-r--r--app/views/shared/projects/_list.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/projects/_list.html.haml b/app/views/shared/projects/_list.html.haml
index e75af50a537..2446e6c30ae 100644
--- a/app/views/shared/projects/_list.html.haml
+++ b/app/views/shared/projects/_list.html.haml
@@ -23,7 +23,7 @@
Show all
= paginate projects, theme: "gitlab" if projects.respond_to? :total_pages
- else
- %h3 No projects found
+ .nothing-here-block No projects found
:javascript
new ProjectsList();