summaryrefslogtreecommitdiff
path: root/app/views/layouts
diff options
context:
space:
mode:
authorKushal Pandya <kushalspandya@gmail.com>2017-04-06 10:40:39 +0000
committerJacob Schatz <jschatz@gitlab.com>2017-04-06 10:40:39 +0000
commit28a4e9d8d01e86d09c7dedcd85e63df792dbf8e3 (patch)
tree5df6e3239aca443e4af12e7933d0091c63302706 /app/views/layouts
parent32db15b24b8c69e39451f4afb951c993f9fbf31e (diff)
downloadgitlab-ce-28a4e9d8d01e86d09c7dedcd85e63df792dbf8e3.tar.gz
Show CI status as Favicon on Pipelines, Job and MR pages
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/_head.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/_head.html.haml b/app/views/layouts/_head.html.haml
index f6d8bb08a64..a611481a0a4 100644
--- a/app/views/layouts/_head.html.haml
+++ b/app/views/layouts/_head.html.haml
@@ -23,7 +23,7 @@
%title= page_title(site_name)
%meta{ name: "description", content: page_description }
- = favicon_link_tag favicon
+ = favicon_link_tag favicon, id: 'favicon'
= stylesheet_link_tag "application", media: "all"
= stylesheet_link_tag "print", media: "print"