Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
df5e6c1b0d53
Commit
4ca2b99f
authored
Apr 26, 2015
by
Sullivan SENECHAL
Browse files
Fix "`<head>` is missing X-UA-Compatible `<meta>` tag that disables old IE compatibility modes"
parent
3e1d90a400cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/views/layouts/_head.html.haml
View file @
df5e6c1b
%head
%meta
{
charset:
"utf-8"
}
%meta
{
'http-equiv'
=>
'X-UA-Compatible'
,
content:
'IE=edge'
}
%meta
{
content:
"GitLab Community Edition"
,
name:
"description"
}
%title
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment