Sha256: f4fab12938b719c08a2faffcdae7c46fce52db56c3697e706d5929064bb3e887

Contents?: true

Size: 1.11 KB

Versions: 32

Compression:

Stored size: 1.11 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 }, :cache => true %>
<% else -%>
  <%= stylesheet_link_tag %W{ reset styles blueprint/screen.css }, :cache => true %>
<% end -%>
<%= javascript_include_tag %w{
  jquery/jquery.js
  jquery/jquery-ui.js
  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

32 entries across 32 versions & 1 rubygems

Version Path
muck-engine-0.2.23 app/views/layouts/global/_head.html.erb
muck-engine-0.2.22 app/views/layouts/global/_head.html.erb
muck-engine-0.2.21 app/views/layouts/global/_head.html.erb
muck-engine-0.2.20 app/views/layouts/global/_head.html.erb
muck-engine-0.2.19 app/views/layouts/global/_head.html.erb
muck-engine-0.2.18 app/views/layouts/global/_head.html.erb
muck-engine-0.2.17 app/views/layouts/global/_head.html.erb
muck-engine-0.2.16 app/views/layouts/global/_head.html.erb
muck-engine-0.2.15 app/views/layouts/global/_head.html.erb
muck-engine-0.2.13 app/views/layouts/global/_head.html.erb
muck-engine-0.2.12 app/views/layouts/global/_head.html.erb
muck-engine-0.2.11 app/views/layouts/global/_head.html.erb
muck-engine-0.2.10 app/views/layouts/global/_head.html.erb
muck-engine-0.2.9 app/views/layouts/global/_head.html.erb
muck-engine-0.2.8 app/views/layouts/global/_head.html.erb
muck-engine-0.2.7 app/views/layouts/global/_head.html.erb
muck-engine-0.2.6 app/views/layouts/global/_head.html.erb
muck-engine-0.2.5 app/views/layouts/global/_head.html.erb
muck-engine-0.2.4 app/views/layouts/global/_head.html.erb
muck-engine-0.2.3 app/views/layouts/global/_head.html.erb