From 20dd67422eb7c61eae4ea0461e09fe43adef64e6 Mon Sep 17 00:00:00 2001 From: Alex Dik Date: Fri, 8 Jan 2016 17:27:43 +0100 Subject: [PATCH] Move away button components that don't fit --- .../wp-create-button/wp-create-button.directive.html | 0 .../wp-create-button/wp-create-button.directive.js | 2 +- .../wp-watcher-button/wp-watcher-button.directive.html | 0 .../wp-watcher-button/wp-watcher-button.directive.js | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) rename frontend/app/components/{wp-buttons => work-packages}/wp-create-button/wp-create-button.directive.html (100%) rename frontend/app/components/{wp-buttons => work-packages}/wp-create-button/wp-create-button.directive.js (95%) rename frontend/app/components/{wp-buttons => work-packages}/wp-watcher-button/wp-watcher-button.directive.html (100%) rename frontend/app/components/{wp-buttons => work-packages}/wp-watcher-button/wp-watcher-button.directive.js (96%) diff --git a/frontend/app/components/wp-buttons/wp-create-button/wp-create-button.directive.html b/frontend/app/components/work-packages/wp-create-button/wp-create-button.directive.html similarity index 100% rename from frontend/app/components/wp-buttons/wp-create-button/wp-create-button.directive.html rename to frontend/app/components/work-packages/wp-create-button/wp-create-button.directive.html diff --git a/frontend/app/components/wp-buttons/wp-create-button/wp-create-button.directive.js b/frontend/app/components/work-packages/wp-create-button/wp-create-button.directive.js similarity index 95% rename from frontend/app/components/wp-buttons/wp-create-button/wp-create-button.directive.js rename to frontend/app/components/work-packages/wp-create-button/wp-create-button.directive.js index e58a6166bb..6052c6a29d 100644 --- a/frontend/app/components/wp-buttons/wp-create-button/wp-create-button.directive.js +++ b/frontend/app/components/work-packages/wp-create-button/wp-create-button.directive.js @@ -33,7 +33,7 @@ angular function wpCreateButton() { return { restrict: 'E', - templateUrl: '/components/wp-buttons/wp-create-button/wp-create-button.directive.html', + templateUrl: '/components/work-packages/wp-create-button/wp-create-button.directive.html', scope: { projectIdentifier: '=', diff --git a/frontend/app/components/wp-buttons/wp-watcher-button/wp-watcher-button.directive.html b/frontend/app/components/work-packages/wp-watcher-button/wp-watcher-button.directive.html similarity index 100% rename from frontend/app/components/wp-buttons/wp-watcher-button/wp-watcher-button.directive.html rename to frontend/app/components/work-packages/wp-watcher-button/wp-watcher-button.directive.html diff --git a/frontend/app/components/wp-buttons/wp-watcher-button/wp-watcher-button.directive.js b/frontend/app/components/work-packages/wp-watcher-button/wp-watcher-button.directive.js similarity index 96% rename from frontend/app/components/wp-buttons/wp-watcher-button/wp-watcher-button.directive.js rename to frontend/app/components/work-packages/wp-watcher-button/wp-watcher-button.directive.js index b31ac75d8f..d279b53953 100644 --- a/frontend/app/components/wp-buttons/wp-watcher-button/wp-watcher-button.directive.js +++ b/frontend/app/components/work-packages/wp-watcher-button/wp-watcher-button.directive.js @@ -33,7 +33,7 @@ angular function wpWatcherButton() { return { replace: true, - templateUrl: '/components/wp-buttons/wp-watcher-button/wp-watcher-button.directive.html', + templateUrl: '/components/work-packages/wp-watcher-button/wp-watcher-button.directive.html', scope: { workPackage: '=',