Created
January 21, 2015 01:15
-
-
Save BrianTheCoder/09c8678239c0a114241f to your computer and use it in GitHub Desktop.
Revisions
-
BrianTheCoder created this gist
Jan 21, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ Deface::Override.new({ virtual_path: "spree/admin/taxonomies/edit", name: "admin_taxonomies_edit", replace: 'script', partial: "spree/admin/taxonomies/taxon_tree_fix", disabled: false }) This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ <script> Spree.routes.taxonomy_taxons_path = "<%= spree.api_taxonomy_taxons_path(@taxonomy).html_safe %>"; Spree.routes.admin_taxonomy_taxons_path = "<%= spree.admin_taxonomy_taxons_path(@taxonomy).html_safe %>"; Spree.routes.jstree_theme_path = "<%= stylesheet_path("jquery.jstree/themes/apple/style.css").html_safe %>"; </script>