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-relations/wp-relations-group/wp-relations-group.template...

18 lines
595 B

<div class="attributes-group">
<div class="attributes-group--header">
<div class="attributes-group--header-container">
<h3 class="attributes-group--header-text relation-group--header">
{{ $ctrl.wpType }}
</h3>
</div>
</div>
<div class="content" ng-if="$ctrl.relatedWorkPackages">
<wp-relation-row
work-package="$ctrl.workPackage"
related-work-package="relatedWorkPackage"
ng-repeat="relatedWorkPackage in $ctrl.relatedWorkPackages"></wp-relation-row>
</div>
</div>