Skip to content

Commit

Permalink
Display the internal notes in the FE
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee committed Aug 14, 2023
1 parent 042e3e2 commit ea8a3a5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Resources/Private/Templates/Tea/Show.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,11 @@ <h2>
</h2>

{tea.description -> f:format.html()}

<f:if condition="{tea.internalNotes}">
<p>
{tea.internalNotes}
</p>
</f:if>
</f:section>
</html>

0 comments on commit ea8a3a5

Please sign in to comment.