Sha256: a27686136b1b1f5265abad4bb4816acf44b25860152cb01dff76ab87b952d287
Contents?: true
Size: 1.27 KB
Versions: 6
Compression:
Stored size: 1.27 KB
Contents
<% js_caching = Rails.root.writable? and RefinerySetting.find_or_set(:use_resource_caching, true) login = defined?(login) ? login : login? -%> <%= yield :before_javascript_libraries -%> <%= javascript_include_tag 'refinery/i18n' -%> <script>I18n.locale = '<%= I18n.locale %>';</script> <%= jquery_include_tags :caching => js_caching -%> <%= javascript_include_tag 'rails.js' %> <%= javascript_include_tag 'jquery/jquery.corner.js', 'jquery/jquery.textTruncate.js', 'jquery/jquery.html5-placeholder-shim.js', 'jquery/jquery.timers.js', 'jquery/jquery.jcarousel.js', :cache => ("cache/jquery-plugins" if js_caching) unless login -%> <%= javascript_include_tag 'wymeditor/jquery.refinery.wymeditor.js', 'admin' %> <%= yield :after_javascript_libraries -%> <%= javascript_include_tag 'refinery/boot_wym', 'refinery/core', 'refinery/site_bar', 'refinery/admin', 'refinery/submenu', :cache => ("cache/admin" if js_caching) unless login -%> <%= javascript_include_tag 'refinery/core' if login -%> <%= yield :javascripts -%>
Version data entries
6 entries across 6 versions & 1 rubygems