Sha256: fcb0fdab73ea66dc4ddf84acc98a7bee71611e2cf58e4897d78a015f071b3617

Contents?: true

Size: 604 Bytes

Versions: 8

Compression:

Stored size: 604 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 => '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
    %div.overlay

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
RubyApp-0.0.13 lib/ruby_app/elements/base/base_page.html.haml
RubyApp-0.0.12 lib/ruby_app/elements/base/base_page.html.haml
RubyApp-0.0.11 lib/ruby_app/elements/base/base_page.html.haml
RubyApp-0.0.10 lib/ruby_app/elements/base/base_page.html.haml
RubyApp-0.0.9 lib/ruby_app/elements/base/base_page.html.haml
RubyApp-0.0.8 lib/ruby_app/elements/base/base_page.html.haml
RubyApp-0.0.7 lib/ruby_app/elements/base/base_page.html.haml
RubyApp-0.0.6 lib/ruby_app/elements/base/base_page.html.haml