Sha256: d66002c4417e98ba5ec0832510d128200c8226c6d65689ddda213315204869bd
Contents?: true
Size: 1.24 KB
Versions: 18
Compression:
Stored size: 1.24 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 %ul.log %div.overlay %div.wait %div.image
Version data entries
18 entries across 18 versions & 1 rubygems