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-panels/activity-panel/activity-panel-overview.dir...

17 lines
614 B

<work-package-comment work-package="vm.workPackage"
activities="vm.activities">
<ul class='work-package-details-activities-list'>
<li ng-repeat="activity in vm.activities | latestItems : 3 : vm.reverse "
class="work-package-details-activities-activity"
ng-init="inf = vm.info(activity, $index)">
<activity-entry work-package="vm.workPackage"
activity="activity"
activity-no="inf.number(true)"
is-initial="inf.isInitial(true)">
</activity-entry>
</li>
</ul>
</work-package-comment>