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: '=',