From 5dc99133e5a5446404594a7b3058a0b355959a6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Mon, 22 Aug 2016 08:30:24 +0200 Subject: [PATCH] Moved to common --- .../detail/header/detail-header.controller.coffee} | 0 .../detail/header/detail-header.controller.spec.coffee} | 0 .../detail/header/detail-header.directive.coffee} | 0 .../detail/header/detail-header.jade} | 0 .../detail/header/detail-header.scss} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename app/modules/{stories/header/story-header.controller.coffee => components/detail/header/detail-header.controller.coffee} (100%) rename app/modules/{stories/header/story-header.controller.spec.coffee => components/detail/header/detail-header.controller.spec.coffee} (100%) rename app/modules/{stories/header/story-header.directive.coffee => components/detail/header/detail-header.directive.coffee} (100%) rename app/modules/{stories/header/story-header.jade => components/detail/header/detail-header.jade} (100%) rename app/modules/{stories/header/story-header.scss => components/detail/header/detail-header.scss} (100%) diff --git a/app/modules/stories/header/story-header.controller.coffee b/app/modules/components/detail/header/detail-header.controller.coffee similarity index 100% rename from app/modules/stories/header/story-header.controller.coffee rename to app/modules/components/detail/header/detail-header.controller.coffee diff --git a/app/modules/stories/header/story-header.controller.spec.coffee b/app/modules/components/detail/header/detail-header.controller.spec.coffee similarity index 100% rename from app/modules/stories/header/story-header.controller.spec.coffee rename to app/modules/components/detail/header/detail-header.controller.spec.coffee diff --git a/app/modules/stories/header/story-header.directive.coffee b/app/modules/components/detail/header/detail-header.directive.coffee similarity index 100% rename from app/modules/stories/header/story-header.directive.coffee rename to app/modules/components/detail/header/detail-header.directive.coffee diff --git a/app/modules/stories/header/story-header.jade b/app/modules/components/detail/header/detail-header.jade similarity index 100% rename from app/modules/stories/header/story-header.jade rename to app/modules/components/detail/header/detail-header.jade diff --git a/app/modules/stories/header/story-header.scss b/app/modules/components/detail/header/detail-header.scss similarity index 100% rename from app/modules/stories/header/story-header.scss rename to app/modules/components/detail/header/detail-header.scss