Sha256: 853af7f8a991589e328cbe5d1d79562284377b07a3129e46282b8ca8c0424605
Contents?: true
Size: 860 Bytes
Versions: 1
Compression:
Stored size: 860 Bytes
Contents
<% content_for :head do %> <%= stylesheet_link_tag '/javascripts/jsTree/source/tree_component.css' %> <%= javascript_include_tag 'jsTree/source/_lib.js' %> <%= javascript_include_tag 'jsTree/source/tree_component.js' %> <%= javascript_include_tag 'jquery.alerts/jquery.alerts.js' %> <%= stylesheet_link_tag '/javascripts/jquery.alerts/jquery.alerts.css' %> <%= stylesheet_link_tag '/javascripts/jquery.alerts/jquery.alerts.spree.css' %> <%= javascript_tag "var AUTH_TOKEN = #{form_authenticity_token.inspect};" if protect_against_forgery? %> <%= javascript_tag "var taxonomy_id = #{@taxonomy.id}; var loading = '#{t('loading')}'; var new_taxon = '#{t('new_taxon')}'; var server_error = '#{t('server_error')}'; var taxonomy_tree_error = '#{t('taxonomy_tree_error')}';" %> <%= javascript_include_tag 'taxonomy' %> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kdmny-spree-0.0.1 | app/views/admin/taxonomies/_js_head.html.erb |