Sha256: f4c87aa3bd2a3b2232ded5296fc8c61e09e4f2fbfcad9dfea90f79c2e2d1e19c

Contents?: true

Size: 1.16 KB

Versions: 4

Compression:

Stored size: 1.16 KB

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" />
<%= 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]-->
<%= google_load_jquery_ui_css(http_protocol) %>
<%= stylesheet_link_tag %W{ reset blueprint/liquid_screen.css jquery/jquery.fancybox.css styles muck-activities }, :cache => true %>
<%= google_load_jquery(http_protocol) %>
<%= google_load_jquery_ui(http_protocol) %>
<%= javascript_include_tag %w{
  jquery/jquery.form.js
  jquery/jquery.jgrowl.js
  jquery/jquery.tips.js
  jquery/jquery.easing.js
  jquery/jquery.fancybox.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

4 entries across 4 versions & 1 rubygems

Version Path
muck-activities-3.2.2 test/app/views/layouts/global/_head.html.erb
muck-activities-3.2.1 test/app/views/layouts/global/_head.html.erb
muck-activities-3.0.1 test/rails_test/app/views/layouts/global/_head.html.erb
muck-activities-3.0.0 test/rails_test/app/views/layouts/global/_head.html.erb