diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-02 21:52:03 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-02 21:52:03 +0200 |
commit | 07a5cb2ef80ab4087a2edfb3571adf4cb8780ca2 (patch) | |
tree | 52feb5acdcdbb5b67c986e7ae82c2bdbc2b33528 | |
parent | 642e64034c44216362a65e1bc8eebb1931146056 (diff) | |
download | gitlab-ce-07a5cb2ef80ab4087a2edfb3571adf4cb8780ca2.tar.gz |
More readable Title for tab
-rw-r--r-- | app/views/layouts/_head.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |