From da11d20f2cb98d4b55b86f3b32b28f85091d6c25 Mon Sep 17 00:00:00 2001 From: tl3ilaxu Date: Tue, 16 Feb 2016 16:51:36 +0100 Subject: [PATCH] Fix mobile --- app/views/layouts/application.html.haml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 02e3f11..f6af5a3 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -1,6 +1,7 @@ !!! %html %head + %meta{:name => "viewport", :content => "width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"} %meta{content: "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/ %title Tap - Zeus WPIs drink ordering system = stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true