Sha256: f267a09e91dae00fb6ad508872af639108410556a5d46c9d741b5759a052e5de

Contents?: true

Size: 392 Bytes

Versions: 1

Compression:

Stored size: 392 Bytes

Contents

!!!
%html
  %head
    %meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
    %title Shopping cart
    = csrf_meta_tags
    = stylesheet_link_tag    "shopping_cart/application", media: "all"
    = javascript_include_tag "shopping_cart/application"
  %body.container
    %p.notice= notice
    %p.alert= alert
    = content_for?(:checkout) ? yield(:checkout) : yield

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shopping_cart-0.1.0 app/views/layouts/shopping_cart/application.html.haml