From 44ee1a0ff50e05e80ac687b861339b1e01c8e9f8 Mon Sep 17 00:00:00 2001 From: Jared Cosulich Date: Thu, 13 Apr 2017 12:34:59 -0400 Subject: [PATCH] working on mobile --- app/views/layouts/application.html.haml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 7249aa9f..e1a388fd 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -2,6 +2,8 @@ %html %head %meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/ + %meta{:charset => "utf-8"}/ + %meta{:content => "width=device-width, initial-scale=1, shrink-to-fit=no", :name => "viewport"}/ %title EdContext = csrf_meta_tags = stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload'