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/public/templates/work_packages.list.details....

12 lines
245 B

<hr>
<h3>{{ workPackage.type.name }}</h3>
<h2>{{ workPackage.subject }}</h2>
<p>TODO: details panel goes here</p>
<h3>Debug</h3>
<pre>
{{ workPackage | json }}
</pre>
<button class="button" ui-sref="work-packages.list">Close details</button>