Commit 6e5caa19856a683e5e9ead5cda907cb4119762d6
1 parent
91275f6d
Exists in
master
and in
4 other branches
favicon updated
Showing
6 changed files
with
4 additions
and
0 deletions
Show diff stats
app/assets/images/favicon.png
338 Bytes
app/views/layouts/admin.html.haml
app/views/layouts/devise.html.haml
app/views/layouts/profile.html.haml
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