Sha256: 88b4bfc0d893302c705d7e07c6c4f6a3ba415e33c595090e926e13de7399112f

Contents?: true

Size: 1 KB

Versions: 1

Compression:

Stored size: 1 KB

Contents

!!! 5
/
  #{__FILE__}
%html{attributes}
  %head
    %meta{:name => :viewport,
          :content => 'width=device-width, initial-scale=1'}
    %link{:rel => 'stylesheet',
          :href => 'http://code.jquery.com/mobile/1.1.0-rc.1/jquery.mobile-1.1.0-rc.1.min.css'}
    %link{:rel => 'stylesheet',
          :href => "/#{RubyApp::Language.locale.code}/document.css"}
    %script{:src => 'http://code.jquery.com/jquery-1.7.1.js'}
    %script{:src => 'http://code.jquery.com/mobile/1.1.0-rc.1/jquery.mobile-1.1.0-rc.1.js'}
    %script{:src => "/#{RubyApp::Language.locale.code}/document.js"}
    %meta{:name => :session, :content => RubyApp::Session.session_id}
    - RubyApp::Request.query.each do |name, value|
      %meta{:name => name, :content => value}
    %meta{:name => :locale, :content => RubyApp::Language.locale.code}
    %meta{:name => :event_error_message, :content => RubyApp::Elements::Mobile::Document.translate.event_error_message}
  %body
    - self.pages.reverse.each do |page|
      = page.render(:html)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
RubyApp-0.2.8 lib/ruby_app/elements/mobile/document.html.haml