spree_zone_pricing 0.1.13 → 0.1.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spree_zone_pricing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.13
4
+ version: 0.1.14
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -20,7 +20,6 @@ extensions: []
20
20
  extra_rdoc_files: []
21
21
  files:
22
22
  - app/models/zone_price.rb
23
- - app/views/admin/shared/_product_sub_menu.html.erb
24
23
  - app/views/admin/shared/_zone_prices.html.erb
25
24
  - app/views/admin/shared/_zp_product_tab.html.erb
26
25
  - app/views/admin/variants/zone_prices.html.erb
@@ -1,9 +0,0 @@
1
- <% content_for :sub_menu do %>
2
- <ul id="sub_nav" data-hook="admin_product_sub_tabs">
3
- <%= tab :products, :match_path => '/products' %>
4
- <%= tab :option_types, :match_path => '/option_types' %>
5
- <%= tab :properties %>
6
- <%= tab :prototypes %>
7
- <%= tab :prototypes %>
8
- </ul>
9
- <% end %>