OSDN Git Service

More readable Title for tab
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Wed, 2 Jan 2013 19:52:03 +0000 (21:52 +0200)
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Wed, 2 Jan 2013 19:52:03 +0000 (21:52 +0200)
app/views/layouts/_head.html.haml

index 4a0f60d..9d035f0 100644 (file)
@@ -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"