Commit 07a5cb2ef80ab4087a2edfb3571adf4cb8780ca2

Authored by Dmitriy Zaporozhets
1 parent 642e6403

More readable Title for tab

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/layouts/_head.html.haml
1 1 %head
2 2 %meta{charset: "utf-8"}
3 3 %title
  4 + = "#{title} | " if defined?(title)
4 5 GitLab
5   - = " > #{title}" if defined?(title)
6 6 = favicon_link_tag 'favicon.ico'
7 7 = stylesheet_link_tag "application"
8 8 = javascript_include_tag "application"
... ...