From a5480d4475b7931a862aa2aa5a0cd8cecd89964c Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Thu, 8 Aug 2024 04:31:32 +0000 Subject: [PATCH] Fix asset issue in production. Fixes #1880 --- app/views/applications/_no_applications.html.erb | 2 +- app/views/authorities/show.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/applications/_no_applications.html.erb b/app/views/applications/_no_applications.html.erb index 9aeef1467..2b91fb4e9 100644 --- a/app/views/applications/_no_applications.html.erb +++ b/app/views/applications/_no_applications.html.erb @@ -1,7 +1,7 @@
<%= render HeadingComponent.new(tag: :h2).with_content("Search results") %>
- <%= image_tag "illustration/no_results" %> + <%= image_tag "illustration/no_results.svg" %>

Unfortunately, we don't know of any applications near <%= full_address %>. diff --git a/app/views/authorities/show.html.erb b/app/views/authorities/show.html.erb index ea80136ae..4819d6b7e 100644 --- a/app/views/authorities/show.html.erb +++ b/app/views/authorities/show.html.erb @@ -136,7 +136,7 @@ <% else %> <%# TODO: Need a proper design for this section explaining why this authority isn't covered yet %>

- <%= image_tag "illustration/no_results", alt: "" %> + <%= image_tag "illustration/no_results.svg", alt: "" %>

This authority is not yet covered by Planning Alerts.