summaryrefslogtreecommitdiff
path: root/app/views/groups/_projects.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-29 18:09:27 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-29 18:09:27 +0200
commit08fded3fac00b2628e167c21541379784e9d2fa0 (patch)
tree437e8934e3eca65dc3d6dd9c999a6dc4a81b5326 /app/views/groups/_projects.html.haml
parent9df6f7bfad0b18ddaa9fdda2506a8c8958224a7e (diff)
downloadgitlab-ce-08fded3fac00b2628e167c21541379784e9d2fa0.tar.gz
Minor improvments to UI
Diffstat (limited to 'app/views/groups/_projects.html.haml')
-rw-r--r--app/views/groups/_projects.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/groups/_projects.html.haml b/app/views/groups/_projects.html.haml
index 6425a2e61ce..39c0b6af685 100644
--- a/app/views/groups/_projects.html.haml
+++ b/app/views/groups/_projects.html.haml
@@ -9,6 +9,8 @@
%i.icon-plus
New Project
%ul.unstyled
+ - if projects.blank?
+ %p.nothing_here_message This groups has no projects yet
- projects.each do |project|
%li.wll
= link_to project_path(project), class: dom_class(project) do