Sha256: b58adb8346c5029fc75dcf2b422bc0d49a2409de4ed2d6cbd92530ede7b679a8
Contents?: true
Size: 483 Bytes
Versions: 3
Compression:
Stored size: 483 Bytes
Contents
!!! %html %head %meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/ %title Shopping cart = stylesheet_link_tag "shopping_cart/application", media: "all" = javascript_include_tag "shopping_cart/application" = csrf_meta_tags %body .container - flash.each do |key, value| = content_tag :div, value, class: "flash #{key} alert alert-warning", role: 'alert' = yield
Version data entries
3 entries across 3 versions & 1 rubygems