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

Version Path
RubyApp-0.0.74 lib/ruby_app/themes/mobile/base/base_page.html.haml
RubyApp-0.0.73 lib/ruby_app/themes/mobile/base/base_page.html.haml
RubyApp-0.0.72 lib/ruby_app/themes/mobile/base/base_page.html.haml
RubyApp-0.0.71 lib/ruby_app/themes/mobile/base/base_page.html.haml
RubyApp-0.0.70 lib/ruby_app/themes/mobile/base/base_page.html.haml
RubyApp-0.0.69 lib/ruby_app/themes/mobile/base/base_page.html.haml
RubyApp-0.0.68 lib/ruby_app/themes/mobile/base/base_page.html.haml
RubyApp-0.0.64 lib/ruby_app/themes/mobile/base/base_page.html.haml
RubyApp-0.0.63 lib/ruby_app/themes/mobile/base/base_page.html.haml
RubyApp-0.0.62 lib/ruby_app/themes/mobile/base/base_page.html.haml
RubyApp-0.0.61 lib/ruby_app/themes/mobile/base/base_page.html.haml
RubyApp-0.0.60 lib/ruby_app/themes/mobile/base/base_page.html.haml
RubyApp-0.0.59 lib/ruby_app/themes/mobile/base/base_page.html.haml
RubyApp-0.0.58 lib/ruby_app/themes/mobile/base/base_page.html.haml
RubyApp-0.0.57 lib/ruby_app/themes/mobile/base/base_page.html.haml
RubyApp-0.0.56 lib/ruby_app/themes/mobile/base/base_page.html.haml
RubyApp-0.0.55 lib/ruby_app/themes/mobile/base/base_page.html.haml
RubyApp-0.0.54 lib/ruby_app/themes/mobile/base/base_page.html.haml