From ad0e02c9dea4dcbc0e39240c6f3d9cc703c8b05b Mon Sep 17 00:00:00 2001 From: Jeremy Mack Date: Fri, 16 Dec 2011 13:12:20 -0500 Subject: [PATCH] Added missing link to favicon --- app/views/layouts/application.html.haml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 2a9732e7..e86e5c74 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -3,6 +3,7 @@ %head %title GitLab + = favicon_link_tag 'favicon.ico' = stylesheet_link_tag "application" = javascript_include_tag "application" = csrf_meta_tags