Sha256: 7469570895b00eef3f4d1b071456156b6b9d448ec5786b80f737e4db96ab0dcb

Contents?: true

Size: 683 Bytes

Versions: 15

Compression:

Stored size: 683 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
    %ul.log
      %li.status
        (blank)

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
RubyApp-0.0.74 lib/ruby_app/elements/base/base_page.html.haml
RubyApp-0.0.73 lib/ruby_app/elements/base/base_page.html.haml
RubyApp-0.0.72 lib/ruby_app/elements/base/base_page.html.haml
RubyApp-0.0.71 lib/ruby_app/elements/base/base_page.html.haml
RubyApp-0.0.70 lib/ruby_app/elements/base/base_page.html.haml
RubyApp-0.0.69 lib/ruby_app/elements/base/base_page.html.haml
RubyApp-0.0.68 lib/ruby_app/elements/base/base_page.html.haml
RubyApp-0.0.64 lib/ruby_app/elements/base/base_page.html.haml
RubyApp-0.0.63 lib/ruby_app/elements/base/base_page.html.haml
RubyApp-0.0.62 lib/ruby_app/elements/base/base_page.html.haml
RubyApp-0.0.61 lib/ruby_app/elements/base/base_page.html.haml
RubyApp-0.0.60 lib/ruby_app/elements/base/base_page.html.haml
RubyApp-0.0.59 lib/ruby_app/elements/base/base_page.html.haml
RubyApp-0.0.58 lib/ruby_app/elements/base/base_page.html.haml
RubyApp-0.0.57 lib/ruby_app/elements/base/base_page.html.haml