diff options
author | Dmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com> | 2011-12-28 09:18:50 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com> | 2011-12-28 09:18:50 +0200 |
commit | 6e5caa19856a683e5e9ead5cda907cb4119762d6 (patch) | |
tree | 438c5671951a2a01e1484c3a3bb099a1d26eb162 /app/views/layouts/profile.html.haml | |
parent | 91275f6d86e79d0a8961731568005a40cc8eff8b (diff) | |
download | gitlab-ce-6e5caa19856a683e5e9ead5cda907cb4119762d6.tar.gz |
favicon updated
Diffstat (limited to 'app/views/layouts/profile.html.haml')
-rw-r--r-- | app/views/layouts/profile.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/layouts/profile.html.haml b/app/views/layouts/profile.html.haml index 5c4f59dd20f..6eeecb294be 100644 --- a/app/views/layouts/profile.html.haml +++ b/app/views/layouts/profile.html.haml @@ -3,6 +3,7 @@ %head %title GitLab #{" - #{@project.name}" if @project && !@project.new_record?} + = favicon_link_tag 'favicon.ico' = stylesheet_link_tag "application" = javascript_include_tag "application" = csrf_meta_tags |