Sha256: 762c0198da5fada0980fe05dced93b5204068cf71c494865ab4c7ddc75a5de3a

Contents?: true

Size: 650 Bytes

Versions: 3

Compression:

Stored size: 650 Bytes

Contents

/
  #{__FILE__}
!!! 5
%html{attributes}
  %head
    %link{:rel => 'stylesheet',
          :href => "/#{RubyApp::Language.locale.code}/application.css",
          :type => 'text/css',
          :media => 'screen, mobile',
          :title => 'main', :charset=>'utf-8'}
    %script{:src => '/ruby_app/resources/scripts/jquery-1.7.1.min.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

3 entries across 3 versions & 1 rubygems

Version Path
RubyApp-0.0.56 lib/ruby_app/elements/base/base_page.html.haml
RubyApp-0.0.55 lib/ruby_app/elements/base/base_page.html.haml
RubyApp-0.0.54 lib/ruby_app/elements/base/base_page.html.haml