Skip to content

Commit 63bb58d

Browse files
committed
local seed
1 parent 1ddb1ca commit 63bb58d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+100
-116
lines changed

app/views/pages/home.html.erb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
<h1>Pages#home</h1>
2-
<p>Find me in app/views/pages/home.html.erb</p>

app/views/spree/admin/shared/_product_tabs.html.erb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
<%= content_tag :li, class: ('active' if current == 'Product Properties') do %>
2020
<%= link_to plural_resource_name(Spree::ProductProperty), spree.admin_product_product_properties_url(@product) %>
2121
<% end if can?(:admin, Spree::ProductProperty) && !@product.deleted? %>
22-
<%= content_tag :li, class: ('active' if current == 'Product Properties') do %>
23-
<%= link_to plural_resource_name(Spree::ProductProperty), spree.admin_product_product_properties_url(@product) %>
24-
<% end if can?(:admin, Spree::ProductProperty) && !@product.deleted? %>
2522
<%= content_tag :li, class: ('active' if current == 'Stock Management') do %>
2623
<%= link_to t('spree.stock_management'), spree.admin_product_stock_url(@product) %>
2724
<% end if can?(:admin, Spree::StockItem) && !@product.deleted? %>

config/routes.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,5 @@
55
#
66
# We ask that you don't use the :as option here, as Solidus relies on it being the default of "spree"
77
mount Spree::Core::Engine, at: '/'
8-
9-
root to: 'pages#home'
108
# For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html
119
end
1.94 KB

0 commit comments

Comments
 (0)