Sha256: 0c38885346f7268c250f6490dac490bbbcf447c914ad5dad4e9a5fc5e47c0389
Contents?: true
Size: 1.19 KB
Versions: 20
Compression:
Stored size: 1.19 KB
Contents
/ #{__FILE__} !!! 5 %html{attributes.merge(:manifest => '/ruby_app/resources/themes/mobile/base/manifest')} %head %meta{:name => 'viewport', :content => 'user-scalable=no, width=device-width, initial-scale=1.0, maximum-scale=1.0'} %meta{:name => 'apple-mobile-web-app-capable', :content => 'yes'} %meta{:name => 'apple-mobile-web-app-status-bar-style', :content => 'black'} %link{:rel => 'apple-touch-icon', :href => '/ruby_app/resources/themes/mobile/base/base_page/icon.png'} %link{:rel => 'apple-touch-startup-image', :href => '/ruby_app/resources/themes/mobile/base/base_page/start.png'} %link{:rel => 'stylesheet', :href => "/#{RubyApp::Language.locale.code}/application.css", :type => 'text/css', :media => 'screen, mobile', :title => 'main', :charset=>'utf-8'} %script{:src => 'http://code.jquery.com/jquery-1.6.1.js', :type => 'text/javascript'} %script{:src => "/#{RubyApp::Language.locale.code}/application.js", :type => 'text/javascript'} %title = yield(:title) || self.translate.title %body %div.body = yield :body %div.overlay
Version data entries
20 entries across 20 versions & 1 rubygems