From 6e5caa19856a683e5e9ead5cda907cb4119762d6 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 28 Dec 2011 09:18:50 +0200 Subject: [PATCH] favicon updated --- app/assets/images/favicon.png | Bin 338 -> 0 bytes app/views/layouts/admin.html.haml | 1 + app/views/layouts/devise.html.haml | 1 + app/views/layouts/profile.html.haml | 1 + app/views/layouts/project.html.haml | 1 + public/favicon.ico | Bin 0 -> 1150 bytes 6 files changed, 4 insertions(+), 0 deletions(-) delete mode 100644 app/assets/images/favicon.png diff --git a/app/assets/images/favicon.png b/app/assets/images/favicon.png deleted file mode 100644 index 310003b..0000000 Binary files a/app/assets/images/favicon.png and /dev/null differ diff --git a/app/views/layouts/admin.html.haml b/app/views/layouts/admin.html.haml index f013f12..cb0d6b9 100644 --- a/app/views/layouts/admin.html.haml +++ b/app/views/layouts/admin.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 diff --git a/app/views/layouts/devise.html.haml b/app/views/layouts/devise.html.haml index 3296466..882195a 100644 --- a/app/views/layouts/devise.html.haml +++ b/app/views/layouts/devise.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 diff --git a/app/views/layouts/profile.html.haml b/app/views/layouts/profile.html.haml index 5c4f59d..6eeecb2 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 diff --git a/app/views/layouts/project.html.haml b/app/views/layouts/project.html.haml index 3dbb69c..5de97b5 100644 --- a/app/views/layouts/project.html.haml +++ b/app/views/layouts/project.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" - if current_page?(tree_project_ref_path(@project, @project.root_ref)) || current_page?(project_commits_path(@project)) diff --git a/public/favicon.ico b/public/favicon.ico index e69de29..057f74a 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ -- libgit2 0.21.2