Sha256: 92ee1adb27ef02b3276f00e87b4a6f1660fb12b351acd793e3d58af88c76adf4

Contents?: true

Size: 446 Bytes

Versions: 3

Compression:

Stored size: 446 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>Bouquet store</title>
  <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
  <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
  <%= switch_stylesheet_link_tag "bouquet/store/application" %>
  <%= csrf_meta_tags %>
</head>
<body>

<%= yield %>
  <%= switch_javascript_include_tag "bouquet/store/application" %>
</body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bouquet-0.2.2 store/app/views/layouts/bouquet/store/application.html.erb
bouquet-0.2.1 store/app/views/layouts/bouquet/store/application.html.erb
bouquet-0.2.0 store/app/views/layouts/bouquet/store/application.html.erb