Make team member tasks multiline

This commit is contained in:
Björn Fromme
2018-10-10 09:26:21 +02:00
parent 4e46bcfa53
commit 6727975e28
2 changed files with 4 additions and 3 deletions
@@ -38,7 +38,7 @@
</f:else>
</f:if>
</div>
<div>{member.name}<br><span>{member.tasks}</span></div>
<div>{member.name}<br><span>{member.tasks -> f:format.nl2br()}</span></div>
</div>
</a>
</div>