Sha256: a6130e48211e56486208cb9b6081fe5bcfc87ed5ffc7f4106faa623dafd91329
Contents?: true
Size: 853 Bytes
Versions: 1
Compression:
Stored size: 853 Bytes
Contents
<% if can? :admin, Spree::Order %> <%= tab :orders, :payments, :creditcard_payments, :shipments, :credit_cards, :return_authorizations, :icon => 'icon-shopping-cart' %> <% end %> <% if can? :admin, Spree::Product %> <%= tab :products , :option_types, :properties, :prototypes, :variants, :product_properties, :icon => 'icon-th-large' %> <% end %> <% if can? :admin, Spree::Admin::ReportsController %> <%= tab :reports, :icon => 'icon-file' %> <% end %> <%= tab :configurations, :general_settings, :mail_methods, :tax_categories, :zones, :states, :payment_methods, :taxonomies, :shipping_methods, :trackers, :label => 'configuration', :icon => 'icon-wrench', :url => spree.edit_admin_general_settings_path %> <% if can? :admin, Spree::Promotion %> <%= tab(:promotions, :url => spree.admin_promotions_path, :icon => 'icon-bullhorn') %> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spree_backend-2.0.3 | app/views/spree/admin/shared/_tabs.html.erb |