Sha256: a56d7be04bbeae1c7a0db0b728d542c0c779ee5cd53f2f808c533485a4ea0406
Contents?: true
Size: 1.23 KB
Versions: 4
Compression:
Stored size: 1.23 KB
Contents
/ #{__FILE__} !!! 5 %html{attributes.merge(:manifest => '/ruby_app/resources/themes/mobile/base/base_page/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 %div.wait %div.image
Version data entries
4 entries across 4 versions & 1 rubygems