summaryrefslogtreecommitdiff
path: root/app/views/layouts
diff options
context:
space:
mode:
authorSullivan SENECHAL <soullivaneuh@gmail.com>2015-04-26 22:49:12 +0200
committerSullivan SENECHAL <soullivaneuh@gmail.com>2015-04-26 22:49:12 +0200
commit4ca2b99f4715288678ddd7e4ff509d4a7c481a62 (patch)
treeacdff01efc4817eb4831333026a7d60b25d071d7 /app/views/layouts
parentf0c4c51f8323216bd90fb564d6b1bff1f247cf16 (diff)
downloadgitlab-ce-4ca2b99f4715288678ddd7e4ff509d4a7c481a62.tar.gz
Fix "`<head>` is missing X-UA-Compatible `<meta>` tag that disables old IE compatibility modes"
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/_head.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/layouts/_head.html.haml b/app/views/layouts/_head.html.haml
index 0ff1665455e..f72882d883e 100644
--- a/app/views/layouts/_head.html.haml
+++ b/app/views/layouts/_head.html.haml
@@ -1,5 +1,6 @@
%head
%meta{charset: "utf-8"}
+ %meta{'http-equiv' => 'X-UA-Compatible', content: 'IE=edge'}
%meta{content: "GitLab Community Edition", name: "description"}
%title