Sha256: eae4af13f6495cca84c701ffe5017332e70996c7f0eaf08b046e377893043699

Contents?: true

Size: 886 Bytes

Versions: 1

Compression:

Stored size: 886 Bytes

Contents

<title><%= title %></title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link rel="shortcut icon" type="image/vnd.microsoft.icon" href="/favicon.ico" />
<link rel="icon" type="image/png" href="/favicon.png" />

<%== meta_data_tags %>
<%= csrf_meta_tag %>

<%= hook :inside_head do %>
  <%== stylesheet_tags %>
  <%= stylesheet_link_tag 'jquery.jgrowl' %>
  <%= javascript_include_tag 'jquery-1.4.2.min', 'jquery.validate.min.js', 'rails', 'application', 'jquery.jgrowl.min', 'jquery.tools.min.js', :cache => 'jquery-libs' %>
<% end %>
<%= stylesheet_link_tag 'style' %>
<% unless I18n.locale.to_s[0..1] == 'en' %>
  <%= javascript_include_tag ['localization/messages_', I18n.locale.to_s[0..1], '.js'].join %>
<% end %>
<%= render 'shared/synergy_compare_products_js' if defined?(SpreeCompareProducts) %>
<%= render 'shared/jgrowl_startup' %>
<%= yield :head %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
synergy_default_theme-1.0.2 app/views/shared/_head.html.erb