OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/frontend/app/components/wp-buttons/wp-create-button/wp-create-button.directive....

10 lines
400 B

<div class="wp-create-button">
<button class="button -alt-highlight add-work-package"
ui-sref="{{ vm.stateName }}({ projectPath: vm.projectIdentifier })"
ng-disabled="vm.isDisabled()"
aria-label="{{ ::vm.text.create }}">
<i class="button--icon icon-add"></i>
<span class="button--text" ng-bind="::vm.text.button" aria-hidden="true"></span>
</button>
</div>