Sha256: d7ef4c858fe86c39c0af3df1c56954539ce16491c9dca6fd4c3864a3f0197d75

Contents?: true

Size: 1.13 KB

Versions: 5

Compression:

Stored size: 1.13 KB

Contents

<title><%= @page_title || GlobalConfig.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" />
<%= stylesheet_link_tag 'blueprint/print.css', :media => "print" %>
<!--[if IE]><link rel="stylesheet" href="/stylesheets/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]-->  		
<% if defined?(admin_layout) -%>
  <%= stylesheet_link_tag %W{ reset styles blueprint/liquid_screen.css admin }, :cache => true %>
<% else -%>
  <%= stylesheet_link_tag %W{ reset styles blueprint/screen.css }, :cache => true %>
<% end -%>
<%= google_load_jquery %>
<%= google_load_jquery_ui %>
<%= javascript_include_tag %w{
  jquery/jrails.js
  jquery/jquery.jgrowl.js
  jquery/jquery.tips.js
  muck.js
  application.js }, :cache => 'all_js_cached' %>
<%= javascript_tag %[const AUTH_TOKEN = #{form_authenticity_token.inspect};] if protect_against_forgery? %>
<%= yield :head -%>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
muck-engine-0.3.2 app/views/layouts/global/_head.html.erb
muck-engine-0.3.1 app/views/layouts/global/_head.html.erb
muck-engine-0.3.0 app/views/layouts/global/_head.html.erb
muck-engine-0.2.27 app/views/layouts/global/_head.html.erb
muck-engine-0.2.26 app/views/layouts/global/_head.html.erb