Sha256: 8801df2fc6e11de879e220e5a325853e46887f2778e3ab51a588a36b909680a6
Contents?: true
Size: 1.13 KB
Versions: 27
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]--> <%= google_load_jquery_ui_css(http_protocol) %> <%= stylesheet_link_tag %W{ reset styles blueprint/screen.css default }, :cache => true %> <%= 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.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
27 entries across 27 versions & 1 rubygems