Sha256: e8cae963e8124197dc980cab8c99250659816c0d686aad74f5afcc0f08e4543e

Contents?: true

Size: 1004 Bytes

Versions: 5

Compression:

Stored size: 1004 Bytes

Contents

<title><%= @page_title || GlobalConfig.application_name %></title>
<meta http-equiv="content-type" content="text/xhtml; charset=utf-8" />
<%= 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]-->
<%= stylesheet_link_tag %W{ reset styles blueprint/liquid_screen jquery/jquery.autocomplete jquery/jquery.fancybox admin }, :cache => 'admin' %>
<%= google_load_jquery_ui_css(http_protocol) %>
<%= stylesheet_link_tag MuckEngine.muck_admin_css -%>
<%= google_load_jquery(http_protocol) %>
<%= google_load_jquery_ui(http_protocol) %>
<%= javascript_include_tag %w{
  jquery/jrails.js
  jquery/jquery.form.js
  jquery/jquery.jgrowl.js
  jquery/jquery.tips.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

5 entries across 5 versions & 1 rubygems

Version Path
muck-engine-0.4.6 app/views/layouts/admin/_head.html.erb
muck-engine-0.4.5 app/views/layouts/admin/_head.html.erb
muck-engine-0.4.4 app/views/layouts/admin/_head.html.erb
muck-engine-0.4.3 app/views/layouts/admin/_head.html.erb
muck-engine-0.4.2 app/views/layouts/admin/_head.html.erb