Sha256: 423b27818d3a55a237ef713e44c829f059f2ad433483aed4f774f79977a6018f

Contents?: true

Size: 854 Bytes

Versions: 4

Compression:

Stored size: 854 Bytes

Contents

!!!
%html{lang: 'ru-RU'}
  %head
    %meta{charset: 'UTF-8'}
    %title Ultimate Helpers — #{@page_title ? @page_title.gsub("\n", '') : 'Testing App'}
    =# favicon_link_tag '/favicon.png', type: 'image/png'
    - if Rails.env.development?
      :javascript
        var DEBUG_MODE = true;
    /[if lt IE 9]
      = javascript_include_tag  'http://html5shiv.googlecode.com/svn/trunk/html5.js'
    = stylesheet_link_tag    'http://fonts.googleapis.com/css?family=Cuprum:400normal&subset=all', media: 'all'
    = stylesheet_link_tag    'application', media: 'all'
    = javascript_include_tag 'application'
    = csrf_meta_tags
    = yield :head

  %body{class: "l-#{@css_layout || "#{controller_name}-#{action_name}"}"}
    .l-page
      =# render 'flashes'
      = render 'header'
      %section.l-page__content
        = yield
      = render 'footer'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ultimate-helpers-0.2.2 test/dummy/app/views/layouts/application.html.haml
ultimate-helpers-0.2.0 test/dummy/app/views/layouts/application.html.haml
ultimate-helpers-0.1.0.1 test/dummy/app/views/layouts/application.html.haml
ultimate-helpers-0.1.0.0 test/dummy/app/views/layouts/application.html.haml