Sha256: 157cecf377160c5e3fbaf949955c1b781d71f4709c57d017db340d875e6a0ce3
Contents?: true
Size: 822 Bytes
Versions: 30
Compression:
Stored size: 822 Bytes
Contents
root = exports ? this root.taxon_tree_menu = (obj, context) -> base_url = Spree.url(Spree.routes.taxonomy_taxons_path) admin_base_url = Spree.url(Spree.routes.admin_taxonomy_taxons_path) edit_url = admin_base_url.clone() edit_url.setPath(edit_url.path() + '/' + obj.attr("id") + "/edit"); create: label: "<i class='icon-plus'></i> " + Spree.translations.add, action: (obj) -> context.create(obj) rename: label: "<i class='icon-pencil'></i> " + Spree.translations.rename, action: (obj) -> context.rename(obj) remove: label: "<i class='icon-trash'></i> " + Spree.translations.remove, action: (obj) -> context.remove(obj) edit: separator_before: true, label: "<i class='icon-edit'></i> " + Spree.translations.edit, action: (obj) -> window.location = edit_url.toString()
Version data entries
30 entries across 30 versions & 1 rubygems