Sha256: 3531abf2dac4fc0fd3a0730c8e5b6bcbaf4e4bdd70c11e24c9e74be861c396a6

Contents?: true

Size: 603 Bytes

Versions: 5

Compression:

Stored size: 603 Bytes

Contents

<title><%= @page_title || MuckEngine.configuration.application_name %></title>
<meta http-equiv="content-type" content="text/xhtml; charset=utf-8" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="distribution" content="all" />
<meta name="robots" content="all" />	
<meta name="resource-type" content="document" />
<meta name="MSSmartTagsPreventParsing" content="true" />
<%= include_stylesheets :admin -%>
<%= include_javascripts :admin -%>
<%= javascript_tag %[const AUTH_TOKEN = #{form_authenticity_token.inspect};] if protect_against_forgery? %>
<%= yield :head -%>
<%= csrf_meta_tag %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
muck-engine-3.3.4 app/views/layouts/admin/_head.html.erb
muck-engine-3.3.3 app/views/layouts/admin/_head.html.erb
muck-engine-3.3.2 app/views/layouts/admin/_head.html.erb
muck-engine-3.3.1 app/views/layouts/admin/_head.html.erb
muck-engine-3.3.0 app/views/layouts/admin/_head.html.erb