Sha256: 98198b0002ed91b8e694e00cbc3ebe13caa06b099d51b9be9f295704738694b8
Contents?: true
Size: 1.38 KB
Versions: 19
Compression:
Stored size: 1.38 KB
Contents
<% js_caching = Rails.root.writable? and RefinerySetting.find_or_set(:use_resource_caching, true) login = login? unless defined?(login) -%> <%= yield :before_javascript_libraries -%> <%= javascript_include_tag 'refinery/i18n' -%> <script>I18n.locale = '<%= I18n.locale %>';</script> <%= javascript_include_tag 'translations' if Rails.root.join('public', 'javascripts', 'translations.js').exist? -%> <%= 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
19 entries across 19 versions & 1 rubygems