From 07a5cb2ef80ab4087a2edfb3571adf4cb8780ca2 Mon Sep 17 00:00:00 2001
From: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Date: Wed, 2 Jan 2013 21:52:03 +0200
Subject: [PATCH] More readable Title for tab

---
 app/views/layouts/_head.html.haml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/layouts/_head.html.haml b/app/views/layouts/_head.html.haml
index 4a0f60d36c2..9d035f0e012 100644
--- a/app/views/layouts/_head.html.haml
+++ b/app/views/layouts/_head.html.haml
@@ -1,8 +1,8 @@
 %head
   %meta{charset: "utf-8"}
   %title
+    = "#{title} | " if defined?(title)
     GitLab
-    = " > #{title}" if defined?(title)
   = favicon_link_tag 'favicon.ico'
   = stylesheet_link_tag    "application"
   = javascript_include_tag "application"
-- 
GitLab