mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 18:56:13 +02:00

Display the internal notes in the FE

This commit is contained in:
Oliver Klee 2021-08-26 13:46:52 +02:00
parent 03892a2639
commit 102ced2153

View file

@ -8,5 +8,11 @@
</h2>
{tea.description -> f:format.html()}
<f:if condition="{tea.internalNotes}">
<p>
{tea.internalNotes}
</p>
</f:if>
</f:section>
</html>