Skip to content

Commit 2d08f7c

Browse files
committed
Fix admin in IE
Ensure Internet Explorer uses the latest engine to prevent missing icons and layout issues.
1 parent dfa708d commit 2d08f7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/views/layouts/rails_admin/application.html.haml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
!!! 5
22
%html
33
%head
4+
%meta{content: "IE=edge", "http-equiv" => "X-UA-Compatible"}
45
%meta{content: "text/html; charset=utf-8", "http-equiv" => "Content-Type"}
56
%meta{content: "NONE,NOARCHIVE", name: "robots"}
67
= csrf_meta_tag

0 commit comments

Comments
 (0)