Commit 6e5caa19856a683e5e9ead5cda907cb4119762d6

Authored by Dmitriy Zaporozhets
1 parent 91275f6d

favicon updated

app/assets/images/favicon.png

338 Bytes

app/views/layouts/admin.html.haml
... ... @@ -3,6 +3,7 @@
3 3 %head
4 4 %title
5 5 GitLab #{" - #{@project.name}" if @project && !@project.new_record?}
  6 + = favicon_link_tag 'favicon.ico'
6 7 = stylesheet_link_tag "application"
7 8 = javascript_include_tag "application"
8 9 = csrf_meta_tags
... ...
app/views/layouts/devise.html.haml
... ... @@ -3,6 +3,7 @@
3 3 %head
4 4 %title
5 5 GitLab #{" - #{@project.name}" if @project && !@project.new_record?}
  6 + = favicon_link_tag 'favicon.ico'
6 7 = stylesheet_link_tag "application"
7 8 = javascript_include_tag "application"
8 9 = csrf_meta_tags
... ...
app/views/layouts/profile.html.haml
... ... @@ -3,6 +3,7 @@
3 3 %head
4 4 %title
5 5 GitLab #{" - #{@project.name}" if @project && !@project.new_record?}
  6 + = favicon_link_tag 'favicon.ico'
6 7 = stylesheet_link_tag "application"
7 8 = javascript_include_tag "application"
8 9 = csrf_meta_tags
... ...
app/views/layouts/project.html.haml
... ... @@ -3,6 +3,7 @@
3 3 %head
4 4 %title
5 5 GitLab #{" - #{@project.name}" if @project && !@project.new_record?}
  6 + = favicon_link_tag 'favicon.ico'
6 7 = stylesheet_link_tag "application"
7 8 = javascript_include_tag "application"
8 9 - if current_page?(tree_project_ref_path(@project, @project.root_ref)) || current_page?(project_commits_path(@project))
... ...
public/favicon.ico
No preview for this file type