From f0f5ff7a5f24401e2341180bd438f0f4e572a0c4 Mon Sep 17 00:00:00 2001 From: Benjamin Eskola Date: Wed, 8 Nov 2023 14:50:32 +0000 Subject: [PATCH] Show consultee comments on planning application --- app/views/planning_applications/show.html.erb | 28 ++++++++++++++++++- spec/fixtures/test_planning_application.json | 7 +++++ spec/system/planning_applications_spec.rb | 2 ++ 3 files changed, 36 insertions(+), 1 deletion(-) diff --git a/app/views/planning_applications/show.html.erb b/app/views/planning_applications/show.html.erb index 01f5912c..13d83925 100644 --- a/app/views/planning_applications/show.html.erb +++ b/app/views/planning_applications/show.html.erb @@ -44,7 +44,7 @@
<% end %> -

Comments

+

Neighbour Comments

<% if @planning_application["published_comments"].present? %>