diff --git a/views/layouts/application.haml b/views/layouts/application.haml index 49bcc26..8d64fd9 100755 --- a/views/layouts/application.haml +++ b/views/layouts/application.haml @@ -3,6 +3,8 @@ %head %meta{:'http-equiv' => "Content-Type", :content => "text/html; charset=utf-8"} %meta{:name => "lang", :content => "en"} + %meta{:name => 'viewport', :content => 'width=device-width, initial-scale=1.0, maximum-scale=1.0'} + %title Ultra IRC Log Viewer %link{:href=>'/stylesheets/application.css', :media => "screen", :rel => 'stylesheet', :type => "text/css"} %script{:type => "text/javascript", :src => "/javascripts/lib/modernizr-1.6.min.js"}