Sha256: 749a5f9a4d8b4c4d9cf3327ac6799614471edf8fb67b4df0a0d165b05c1bbc30

Contents?: true

Size: 492 Bytes

Versions: 5

Compression:

Stored size: 492 Bytes

Contents

!!!
%html{:xmlns => "http://www.w3.org/1999/xhtml", "xml:lang" => "en", :lang => "en"}
  %head
    %title= "#{yield :title}"
    = stylesheet_link_tag :storefront
    = render :partial => 'layouts/google_analytics'
  %body
    .container
      = render :partial => 'layouts/flash.html', :locals => { :flash => flash }
      - flash.discard
      = yield

    = javascript_include_tag "https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"
    = javascript_include_tag :storefront

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
artfully_ose-1.1.0 app/views/layouts/storefront.html.haml
artfully_ose-1.1.0.rc2 app/views/layouts/storefront.html.haml
artfully_ose-1.1.0.rc1 app/views/layouts/storefront.html.haml
artfully_ose-1.0.0.rc4 app/views/layouts/storefront.html.haml
artfully_ose-1.0.0.rc3 app/views/layouts/storefront.html.haml