Sha256: 6032ded241d2d15c6144c5e24cb5fa1e4c2d2287f3d727bd83f0fbcfeeabaed3

Contents?: true

Size: 936 Bytes

Versions: 64

Compression:

Stored size: 936 Bytes

Contents

!!! 5
/
  #{__FILE__}
%html{self.attributes}
  %head
    - self.metadata.each do |name, value|
      %meta{:name => name,
            :content => value}
    - self.links.each do |name, value|
      %link{:rel => name,
            :href => value}
    - self.stylesheets.each do |stylesheet|
      %link{:rel => 'stylesheet',
            :href => stylesheet}
    %link{:rel => 'stylesheet',
          :href => "/#{RubyApp::Language.locale.code}/document.css"}
    - self.scripts.each do |script|
      %script{:src => script}
    %script{:src => "/#{RubyApp::Language.locale.code}/document.js"}

    %meta{:name => :session, :content => RubyApp::Session.session_id}
    %meta{:name => :locale, :content => RubyApp::Language.locale.code}
    %meta{:name => :error_message, :content => RubyApp::Elements::Mobile::Document.translate.error_message}

  %body
    - self.pages.reverse.each do |page|
      = page.render(:html)
    %div.overlay

Version data entries

64 entries across 64 versions & 1 rubygems

Version Path
RubyApp-0.6.39 lib/ruby_app/elements/mobile/document.html.haml
RubyApp-0.6.38 lib/ruby_app/elements/mobile/document.html.haml
RubyApp-0.6.36 lib/ruby_app/elements/mobile/document.html.haml
RubyApp-0.6.35 lib/ruby_app/elements/mobile/document.html.haml
RubyApp-0.6.34 lib/ruby_app/elements/mobile/document.html.haml
RubyApp-0.6.33 lib/ruby_app/elements/mobile/document.html.haml
RubyApp-0.6.32 lib/ruby_app/elements/mobile/document.html.haml
RubyApp-0.6.31 lib/ruby_app/elements/mobile/document.html.haml
RubyApp-0.6.29 lib/ruby_app/elements/mobile/document.html.haml
RubyApp-0.6.28 lib/ruby_app/elements/mobile/document.html.haml
RubyApp-0.6.27 lib/ruby_app/elements/mobile/document.html.haml
RubyApp-0.6.26 lib/ruby_app/elements/mobile/document.html.haml
RubyApp-0.6.25 lib/ruby_app/elements/mobile/document.html.haml
RubyApp-0.6.24 lib/ruby_app/elements/mobile/document.html.haml
RubyApp-0.6.22 lib/ruby_app/elements/mobile/document.html.haml
RubyApp-0.6.21 lib/ruby_app/elements/mobile/document.html.haml
RubyApp-0.6.16 lib/ruby_app/elements/mobile/document.html.haml
RubyApp-0.6.12 lib/ruby_app/elements/mobile/document.html.haml
RubyApp-0.6.11 lib/ruby_app/elements/mobile/document.html.haml
RubyApp-0.6.10 lib/ruby_app/elements/mobile/document.html.haml