From 1b8d4e4c63ba6f714def4c75498724f9a8fe5477 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 2 Mar 2019 09:18:41 +0100 Subject: [PATCH] Make sure bills show attachment notes --- resources/views/v1/bills/show.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/v1/bills/show.twig b/resources/views/v1/bills/show.twig index 26afa17311..4665d9c7fd 100644 --- a/resources/views/v1/bills/show.twig +++ b/resources/views/v1/bills/show.twig @@ -129,9 +129,9 @@ {% endif %} ({{ att.size|filesize }}) - {% if att.description %} + {% if att.notes.first %}
- {{ att.description }} + {{ att.notes.first.text|markdown }} {% endif %}