From 3d8d8ecd49c2eb1511652f78f76137e11ca806a2 Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Mon, 22 Apr 2013 10:32:09 +1000 Subject: [PATCH] Move assets deface to correct directory --- .../overrides/layouts/application/example.html.erb.deface | 6 ------ .../layouts/spree_application}/assets.html.erb.deface | 0 2 files changed, 6 deletions(-) delete mode 100644 lib/chili/local_organics_feature/app/overrides/layouts/application/example.html.erb.deface rename lib/chili/local_organics_feature/app/overrides/{layouts/application => spree/layouts/spree_application}/assets.html.erb.deface (100%) diff --git a/lib/chili/local_organics_feature/app/overrides/layouts/application/example.html.erb.deface b/lib/chili/local_organics_feature/app/overrides/layouts/application/example.html.erb.deface deleted file mode 100644 index 46f3961a1e..0000000000 --- a/lib/chili/local_organics_feature/app/overrides/layouts/application/example.html.erb.deface +++ /dev/null @@ -1,6 +0,0 @@ - -
- local_organics_feature active - edit/remove this file:
- lib/chili/local_organics_feature/app/overrides/layouts/application/example.html.erb.deface
- <%= link_to 'deface docs', 'https://github.com/spree/deface', target: '_blank' %> -
diff --git a/lib/chili/local_organics_feature/app/overrides/layouts/application/assets.html.erb.deface b/lib/chili/local_organics_feature/app/overrides/spree/layouts/spree_application/assets.html.erb.deface similarity index 100% rename from lib/chili/local_organics_feature/app/overrides/layouts/application/assets.html.erb.deface rename to lib/chili/local_organics_feature/app/overrides/spree/layouts/spree_application/assets.html.erb.deface