Commit ad0e02c9dea4dcbc0e39240c6f3d9cc703c8b05b
1 parent
ced572c3
Exists in
master
and in
4 other branches
Added missing link to favicon
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
app/views/layouts/application.html.haml
@@ -3,6 +3,7 @@ | @@ -3,6 +3,7 @@ | ||
3 | %head | 3 | %head |
4 | %title | 4 | %title |
5 | GitLab | 5 | GitLab |
6 | + = favicon_link_tag 'favicon.ico' | ||
6 | = stylesheet_link_tag "application" | 7 | = stylesheet_link_tag "application" |
7 | = javascript_include_tag "application" | 8 | = javascript_include_tag "application" |
8 | = csrf_meta_tags | 9 | = csrf_meta_tags |