Sha256: 76d265f4bbc3b60955e2c298ea9c176c4ad3e9968f329461b22c31cac14015ef

Contents?: true

Size: 574 Bytes

Versions: 8

Compression:

Stored size: 574 Bytes

Contents

<title><%= title %></title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<%== og_meta_data_tags %>
<%== meta_data_tags %>
<%== meta_robots %>
<%= canonical_tag(current_store.url) %>
<%= favicon_link_tag(spree_favicon_path) %>
<%= stylesheet_link_tag 'spree/frontend/all', media: 'screen', 'data-turbolinks-track': 'reload' %>
<%= csrf_meta_tags %>
<%= render 'spree/shared/paths' %>
<%= render 'spree/shared/locale_and_currency' %>
<%= javascript_include_tag 'spree/frontend/all', defer: true, 'data-turbolinks-track': 'reload' %>
<%= yield :head %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
spree_frontend-4.3.3 app/views/spree/shared/_head.html.erb
spree_frontend-4.3.2 app/views/spree/shared/_head.html.erb
spree_frontend-4.4.0 app/views/spree/shared/_head.html.erb
spree_frontend-4.3.1 app/views/spree/shared/_head.html.erb
spree_frontend-4.3.0 app/views/spree/shared/_head.html.erb
spree_frontend-4.3.0.rc3 app/views/spree/shared/_head.html.erb
spree_frontend-4.3.0.rc2 app/views/spree/shared/_head.html.erb
spree_frontend-4.3.0.rc1 app/views/spree/shared/_head.html.erb