From 9ee44e9aefae5142c022a471b2fa6c75a6a5e0d9 Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Wed, 10 Dec 2014 12:19:59 +1100 Subject: [PATCH] WIP: Extract variant overrides to own controller - move views --- .../admin/products => admin}/variant_overrides/_actions.html.haml | 0 .../admin/products => admin}/variant_overrides/_data.html.haml | 0 .../admin/products => admin}/variant_overrides/_header.html.haml | 0 .../products => admin}/variant_overrides/_hub_choice.html.haml | 0 .../products => admin}/variant_overrides/_products.html.haml | 0 .../variant_overrides/_products_product.html.haml | 0 .../variant_overrides/_products_variants.html.haml | 0 .../variant_overrides/index.html.haml} | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename app/views/{spree/admin/products => admin}/variant_overrides/_actions.html.haml (100%) rename app/views/{spree/admin/products => admin}/variant_overrides/_data.html.haml (100%) rename app/views/{spree/admin/products => admin}/variant_overrides/_header.html.haml (100%) rename app/views/{spree/admin/products => admin}/variant_overrides/_hub_choice.html.haml (100%) rename app/views/{spree/admin/products => admin}/variant_overrides/_products.html.haml (100%) rename app/views/{spree/admin/products => admin}/variant_overrides/_products_product.html.haml (100%) rename app/views/{spree/admin/products => admin}/variant_overrides/_products_variants.html.haml (100%) rename app/views/{spree/admin/products/variant_overrides.html.haml => admin/variant_overrides/index.html.haml} (100%) diff --git a/app/views/spree/admin/products/variant_overrides/_actions.html.haml b/app/views/admin/variant_overrides/_actions.html.haml similarity index 100% rename from app/views/spree/admin/products/variant_overrides/_actions.html.haml rename to app/views/admin/variant_overrides/_actions.html.haml diff --git a/app/views/spree/admin/products/variant_overrides/_data.html.haml b/app/views/admin/variant_overrides/_data.html.haml similarity index 100% rename from app/views/spree/admin/products/variant_overrides/_data.html.haml rename to app/views/admin/variant_overrides/_data.html.haml diff --git a/app/views/spree/admin/products/variant_overrides/_header.html.haml b/app/views/admin/variant_overrides/_header.html.haml similarity index 100% rename from app/views/spree/admin/products/variant_overrides/_header.html.haml rename to app/views/admin/variant_overrides/_header.html.haml diff --git a/app/views/spree/admin/products/variant_overrides/_hub_choice.html.haml b/app/views/admin/variant_overrides/_hub_choice.html.haml similarity index 100% rename from app/views/spree/admin/products/variant_overrides/_hub_choice.html.haml rename to app/views/admin/variant_overrides/_hub_choice.html.haml diff --git a/app/views/spree/admin/products/variant_overrides/_products.html.haml b/app/views/admin/variant_overrides/_products.html.haml similarity index 100% rename from app/views/spree/admin/products/variant_overrides/_products.html.haml rename to app/views/admin/variant_overrides/_products.html.haml diff --git a/app/views/spree/admin/products/variant_overrides/_products_product.html.haml b/app/views/admin/variant_overrides/_products_product.html.haml similarity index 100% rename from app/views/spree/admin/products/variant_overrides/_products_product.html.haml rename to app/views/admin/variant_overrides/_products_product.html.haml diff --git a/app/views/spree/admin/products/variant_overrides/_products_variants.html.haml b/app/views/admin/variant_overrides/_products_variants.html.haml similarity index 100% rename from app/views/spree/admin/products/variant_overrides/_products_variants.html.haml rename to app/views/admin/variant_overrides/_products_variants.html.haml diff --git a/app/views/spree/admin/products/variant_overrides.html.haml b/app/views/admin/variant_overrides/index.html.haml similarity index 100% rename from app/views/spree/admin/products/variant_overrides.html.haml rename to app/views/admin/variant_overrides/index.html.haml