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
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-03-02 14:11:08 +0300
committerRémy Coutable <remy@rymai.me>2016-03-02 14:11:08 +0300
commitf9ec33000d270cb8f6545a2a80c78bbe55871b60 (patch)
tree263a4657d2caefe5685696e0bf7a26873b0ceed5
parenta3f0a176ff7afcc048d482d691990748a4018251 (diff)
Use the .nothing-here-block class when projects list is empty
-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();