lib/ruby_app/elements/base/base_page.html.haml in RubyApp-0.0.86 vs lib/ruby_app/elements/base/base_page.html.haml in RubyApp-0.0.87
- old
+ new
@@ -4,10 +4,10 @@
%html{attributes}
%head
%link{:rel => 'stylesheet',
:href => "/#{RubyApp::Language.locale.code}/application.css",
:type => 'text/css',
- :media => 'screen, mobile',
+ :media => 'screen',
:title => 'main', :charset=>'utf-8'}
%script{:src => '/ruby_app/resources/scripts/jquery-1.7.1.min.js',
:type => 'text/javascript'}
%script{:src => "/#{RubyApp::Language.locale.code}/application.js",
:type => 'text/javascript'}