Sha256: 23175f05b8aa84c47dc864b9dd4044fd4a6ba3b2c609d9a8e4058905181d1e7f
Contents?: true
Size: 1.09 KB
Versions: 13
Compression:
Stored size: 1.09 KB
Contents
<title><%= @page_title || MuckEngine.configuration.application_name %></title> <meta http-equiv="content-type" content="text/xhtml; charset=utf-8" /> <%= google_load_jquery_ui_css(http_protocol, 'smoothness', '1.8.4') %> <%= 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 fgmenu/fg.menu.css admin }, :cache => 'admin_styles' %> <%= stylesheet_link_tag MuckEngine.configuration.muck_admin_css -%> <%= google_load_jquery(http_protocol, '1.4.2') %> <%= google_load_jquery_ui(http_protocol, '1.8.4') %> <%= javascript_include_tag %w{ jquery/jquery.form.js jquery/jquery.jgrowl.js jquery/jquery.tips.js jquery/jquery.fancybox.js jquery/fg.menu.js muck_admin.js muck.js application.js }, :cache => 'admin_js_cached' %> <%= javascript_tag %[const AUTH_TOKEN = #{form_authenticity_token.inspect};] if protect_against_forgery? %> <%= yield :head -%>
Version data entries
13 entries across 13 versions & 1 rubygems