From ff76e05271d50536c2c94b98d2949ad13355b78c Mon Sep 17 00:00:00 2001
From: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Date: Sat, 9 Feb 2013 15:16:33 +0200
Subject: [PATCH] show project head for empty project

---
 app/views/projects/empty.html.haml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/views/projects/empty.html.haml b/app/views/projects/empty.html.haml
index 9426517876e..22aaaf0f2b2 100644
--- a/app/views/projects/empty.html.haml
+++ b/app/views/projects/empty.html.haml
@@ -1,3 +1,4 @@
+= render "project_head"
 = render 'clone_panel'
 
 %div.git-empty
-- 
GitLab