summaryrefslogtreecommitdiff
path: root/app/views/layouts/profile.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-12-28 09:18:50 +0200
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-12-28 09:18:50 +0200
commit6e5caa19856a683e5e9ead5cda907cb4119762d6 (patch)
tree438c5671951a2a01e1484c3a3bb099a1d26eb162 /app/views/layouts/profile.html.haml
parent91275f6d86e79d0a8961731568005a40cc8eff8b (diff)
downloadgitlab-ce-6e5caa19856a683e5e9ead5cda907cb4119762d6.tar.gz
favicon updated
Diffstat (limited to 'app/views/layouts/profile.html.haml')
-rw-r--r--app/views/layouts/profile.html.haml1
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