Sha256: 6ae5365ac5f76535411553edf23122c9839923c2a6112d501c367f48e8ba7b55

Contents?: true

Size: 247 Bytes

Versions: 2

Compression:

Stored size: 247 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>Product</title>
  <%= stylesheet_link_tag    "product/application", media: "all" %>
  <%= javascript_include_tag "product/application" %>
  <%= csrf_meta_tags %>
</head>
<body>

<%= yield %>

</body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
unidom-product-0.2 app/views/layouts/unidom/product/application.html.erb
unidom-product-0.1 app/views/layouts/unidom/product/application.html.erb