Sha256: 2f2e0468e3611c11f240a6c5d965b9f224cebcda35f68068d1c4c6161b753e4c

Contents?: true

Size: 638 Bytes

Versions: 4

Compression:

Stored size: 638 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
    %div.overlay
    %div.wait
      %div.image

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
RubyApp-0.0.53 lib/ruby_app/elements/base/base_page.html.haml
RubyApp-0.0.52 lib/ruby_app/elements/base/base_page.html.haml
RubyApp-0.0.51 lib/ruby_app/elements/base/base_page.html.haml
RubyApp-0.0.50 lib/ruby_app/elements/base/base_page.html.haml