Sha256: 8ad12e7def6319dc03593f720bb42f5122de0f2683a4694dafc6060548843102

Contents?: true

Size: 480 Bytes

Versions: 17

Compression:

Stored size: 480 Bytes

Contents

<head>
  <meta charset='<%= ::Rails.application.config.encoding %>' />
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  <%= yield :meta %>
  <title><%= Refinery::Core.site_name -%> - Refinery</title>
  <%= csrf_meta_tags %>
  <%= stylesheet_link_tag 'refinery/refinery' %>
  <% custom_stylesheets.each do |css| %>
    <%= stylesheet_link_tag css.path, css.options %>
  <% end %>
  <%= yield :stylesheets %>
  <%= render 'refinery/admin/javascripts' %>
</head>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
refinerycms-core-2.1.5 app/views/refinery/admin/_head.html.erb
refinerycms-core-2.1.4 app/views/refinery/admin/_head.html.erb
refinerycms-core-2.1.3 app/views/refinery/admin/_head.html.erb
refinerycms-core-2.1.2 app/views/refinery/admin/_head.html.erb
refinerycms-core-2.1.1 app/views/refinery/admin/_head.html.erb
refinerycms-core-2.1.0 app/views/refinery/admin/_head.html.erb
refinerycms-core-2.0.10 app/views/refinery/admin/_head.html.erb
refinerycms-core-2.0.9 app/views/refinery/admin/_head.html.erb
refinerycms-core-2.0.8 app/views/refinery/admin/_head.html.erb
refinerycms-core-2.0.7 app/views/refinery/admin/_head.html.erb
refinerycms-core-2.0.6 app/views/refinery/admin/_head.html.erb
refinerycms-core-2.0.5 app/views/refinery/admin/_head.html.erb
refinerycms-core-2.0.4 app/views/refinery/admin/_head.html.erb
refinerycms-core-2.0.3 app/views/refinery/admin/_head.html.erb
refinerycms-core-2.0.2 app/views/refinery/admin/_head.html.erb
refinerycms-core-2.0.1 app/views/refinery/admin/_head.html.erb
refinerycms-core-2.0.0 app/views/refinery/admin/_head.html.erb