brotherton-erpnext/erpnext/templates/includes/projects/project_tasks.html
Jannat Patel 5173e74a04
fix: Project Portal Enhancements (#26290)
* fix: project portal enhancements

* fix: condition for pills
2021-07-02 11:48:46 +05:30

6 lines
130 B
HTML

{% for task in doc.tasks %}
<div class="web-list-item transaction-list-item">
{{ task_row(task, 0) }}
</div>
{% endfor %}