diff --git a/app/assets/images/favicon.png b/app/assets/images/favicon.png deleted file mode 100644 index 310003b8..00000000 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 f013f12a..cb0d6b93 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 32964663..882195ae 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 5c4f59dd..6eeecb29 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 3dbb69c4..5de97b52 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 e69de29b..057f74ac 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ