diff --git a/app/views/_tailwind/applications/show.html.erb b/app/views/_tailwind/applications/show.html.erb index 885e1d55b..ca1a76cfd 100644 --- a/app/views/_tailwind/applications/show.html.erb +++ b/app/views/_tailwind/applications/show.html.erb @@ -24,7 +24,7 @@ <%# TODO: Weird that the line below fails a test if it's just "map" rather than "applications/map" %> <%= render "applications/map", application: @application %> -
+
Description
<%= @application.description %>
Planning Authority
@@ -49,18 +49,18 @@
<%# TODO: The icons next to the labels are not all the same size / proportion %> -
-
+
+
<%= image_tag "tailwind/calendar.svg", width: 23 %>
Date sourced
-
+
<%= render "applications/scraped_and_received_text", application: @application %>
<%# TODO: Do we show the notified line if nobody has been notified? %> -
+
<%= image_tag "tailwind/letter.svg", width: 23 %>
Notified
@@ -68,17 +68,17 @@
<%# TODO: The link in notified text should go to the new alert sign up page %> <%# TODO: Should we have the link at all now? %> -
+
<%= render "notified_text", application: @application %>
<%# TODO: What to do if there are 0 comments? %> -
+
<%= image_tag "tailwind/comments.svg", width: 23 %>
Comments
-
+
<%= render "comments_text", comments: @comments %>