Sha256: d6e16172611c02c4a93218ddaa1ac5943cb03d9b79dcaeeba93e978909923549

Contents?: true

Size: 965 Bytes

Versions: 22

Compression:

Stored size: 965 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, :image_settings, :tax_categories, :tax_rates, :tax_settings, :zones, :countries, :states, :payment_methods, :taxonomies, :shipping_methods, :shipping_categories, :stock_transfers, :stock_locations, :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

22 entries across 22 versions & 1 rubygems

Version Path
spree_backend-2.1.12 app/views/spree/admin/shared/_tabs.html.erb
spree_backend-2.1.11 app/views/spree/admin/shared/_tabs.html.erb
spree_backend-2.1.10 app/views/spree/admin/shared/_tabs.html.erb
spree_backend-2.0.13 app/views/spree/admin/shared/_tabs.html.erb
spree_backend-2.1.9 app/views/spree/admin/shared/_tabs.html.erb
spree_backend-2.1.8 app/views/spree/admin/shared/_tabs.html.erb
spree_backend-2.0.12 app/views/spree/admin/shared/_tabs.html.erb
spree_backend-2.1.7 app/views/spree/admin/shared/_tabs.html.erb
spree_backend-2.0.11 app/views/spree/admin/shared/_tabs.html.erb
spree_backend-2.0.10 app/views/spree/admin/shared/_tabs.html.erb
spree_backend-2.1.6 app/views/spree/admin/shared/_tabs.html.erb
spree_backend-2.1.5 app/views/spree/admin/shared/_tabs.html.erb
spree_backend-2.0.9 app/views/spree/admin/shared/_tabs.html.erb
spree_backend-2.1.4 app/views/spree/admin/shared/_tabs.html.erb
spree_backend-2.0.8 app/views/spree/admin/shared/_tabs.html.erb
spree_backend-2.1.3 app/views/spree/admin/shared/_tabs.html.erb
spree_backend-2.0.7 app/views/spree/admin/shared/_tabs.html.erb
spree_backend-2.1.2 app/views/spree/admin/shared/_tabs.html.erb
spree_backend-2.0.6 app/views/spree/admin/shared/_tabs.html.erb
spree_backend-2.1.1 app/views/spree/admin/shared/_tabs.html.erb