Sha256: 743546acffad56b681216295277de98fa788c100baecba75a59348268fc5586b

Contents?: true

Size: 763 Bytes

Versions: 2

Compression:

Stored size: 763 Bytes

Contents

!!!
%html{:xmlns => "http://www.w3.org/1999/xhtml", "xml:lang" => "en", :lang => "en"}
  %head
    %title= "#{yield :title} : #{t 'artfully.page_title'}"
    = favicon_link_tag
    = stylesheet_link_tag "bootstrap", :media => :all
    = stylesheet_link_tag "application"
    = stylesheet_link_tag :printing, :media => :print
    = csrf_meta_tag
    = render :partial => 'layouts/google_analytics'
  %body
    = render :partial => 'layouts/menu'
    .container
      #heading= yield :header
      = render :partial => 'layouts/flash', :locals => { :flash => flash }
      - flash.discard
      = content_for?(:menu_sub_template) ? yield(:menu_sub_template) : yield
      = render 'layouts/footer'

    = javascript_include_tag 'application'
    = yield :custom_js

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
artfully_ose-1.0.0.rc4 app/views/layouts/application.html.haml
artfully_ose-1.0.0.rc3 app/views/layouts/application.html.haml