From: Dmitriy Zaporozhets Date: Wed, 2 Jan 2013 19:52:03 +0000 (+0200) Subject: More readable Title for tab X-Git-Tag: v4.1.0~158 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=07a5cb2ef80ab4087a2edfb3571adf4cb8780ca2;p=wvm%2Fgitlab.git More readable Title for tab --- diff --git a/app/views/layouts/_head.html.haml b/app/views/layouts/_head.html.haml index 4a0f60d36..9d035f0e0 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"