templates/admin/layout.rb in prologue-0.3.11 vs templates/admin/layout.rb in prologue-0.4.0
- old
+ new
@@ -51,11 +51,12 @@
%meta{'http-equiv' => 'Content-Type', :content => 'text/html; charset=utf-8'}
%meta{'http-equiv' => 'X-UA-Compatible', :content => 'IE=edge,chrome=1'}
%title
#{app_name.humanize}
= yield(:title)
- %meta{:name => 'viewport', :content => 'width=device-width; initial-scale=1.0'}
+ %meta{:name => 'viewport', :content => 'width=device-width initial-scale=1.0 maximum-scale=1.0'}
+ %meta{:name => 'apple-mobile-web-app-capable', :content => 'yes'}
= csrf_meta_tag
%link{:rel => "shortcut icon", :href => "/images/favicon.ico", :type => "image/x-icon"}
/[if lt IE 9]
%script{:type => "text/javascript", :src => "/javascripts/shiv.js"}
= include_stylesheets :admin, :media => 'all'
@@ -71,6 +72,6 @@
= yield
#pusher
= render :partial => "admin/shared/footer"
= render :partial => "admin/shared/end_scripts"
FILE
-end
\ No newline at end of file
+end