Use the .nothing-here-block class when projects list is empty

This commit is contained in:
Rémy Coutable 2016-03-02 12:11:08 +01:00
parent a3f0a176ff
commit f9ec33000d

View file

@ -23,7 +23,7 @@
Show all Show all
= paginate projects, theme: "gitlab" if projects.respond_to? :total_pages = paginate projects, theme: "gitlab" if projects.respond_to? :total_pages
- else - else
%h3 No projects found .nothing-here-block No projects found
:javascript :javascript
new ProjectsList(); new ProjectsList();