Commit bac0fa2c28753d2ba0fe4e65a29180423d082c07

Authored by Dmitriy Zaporozhets
2 parents 89a43543 ad0e02c9

Merge pull request #215 from mutewinter/missing_favicon_link

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 3 %head
4 4 %title
5 5 GitLab
  6 + = favicon_link_tag 'favicon.ico'
6 7 = stylesheet_link_tag "application"
7 8 = javascript_include_tag "application"
8 9 = csrf_meta_tags
... ...