Move away button components that don't fit

pull/4067/head
Alex Dik 9 years ago
parent 71c50e1f96
commit 20dd67422e
  1. 0
      frontend/app/components/work-packages/wp-create-button/wp-create-button.directive.html
  2. 2
      frontend/app/components/work-packages/wp-create-button/wp-create-button.directive.js
  3. 0
      frontend/app/components/work-packages/wp-watcher-button/wp-watcher-button.directive.html
  4. 2
      frontend/app/components/work-packages/wp-watcher-button/wp-watcher-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: '=',

@ -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: '=',
Loading…
Cancel
Save