Sha256: 6e23255cc0a973ba0da93eb4b4f122a29907932d35c124d3e54203e0e09e725f
Contents?: true
Size: 238 Bytes
Versions: 2
Compression:
Stored size: 238 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Ecom</title> <%= stylesheet_link_tag "ecom/application", media: "all" %> <%= javascript_include_tag "ecom/application" %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ecom-0.1.1 | app/views/layouts/ecom/application.html.erb |
ecom-0.2.0 | app/views/layouts/ecom/application.html.erb |