Commit ad0e02c9dea4dcbc0e39240c6f3d9cc703c8b05b

Authored by Jeremy Mack
1 parent ced572c3

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
... ...