Skip to content

Commit 6913094

Browse files
committed
no need to set the X-UA-Compatible metatag
1 parent 646a4ab commit 6913094

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

files/app/views/layouts/application-bootstrap.html.erb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<html>
33
<head>
44
<meta charset="utf-8"/>
5-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
65
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
76
<title><%= content_for?(:title) ? yield(:title) : "App_Name" %></title>
87
<meta name="description" content=""/>

files/app/views/layouts/application.html.erb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<html>
33
<head>
44
<meta charset="utf-8"/>
5-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
65
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
76
<title>App_Name</title>
87
<meta name="description" content=""/>

0 commit comments

Comments
 (0)