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