diff --git a/app/views/case_logs/_log_list.html.erb b/app/views/case_logs/_log_list.html.erb
index 4bf963ea8..c5e97973c 100644
--- a/app/views/case_logs/_log_list.html.erb
+++ b/app/views/case_logs/_log_list.html.erb
@@ -1,8 +1,8 @@
- <%= case_logs.size %> <%= title.downcase %>
+ <%= case_logs.size %> <%= title.downcase %>
-
+
@@ -42,5 +42,5 @@
<% end %>
-
+
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index c52d89a58..698951e52 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -52,13 +52,14 @@
%>
- <%= govuk_phase_banner(
- tag: { text: 'Beta' },
- text: "This is a new service – #{govuk_mail_to("submitcoredata@levellingup.gov.uk", "give feedback or report a problem", subject: "Feedback about #{t('service_name')}")}".html_safe
- ) %>
-
- <%= content_for(:breadcrumbs) %>
- <%= content_for(:before_content) %>
+
<% if flash.notice && !flash.notice.include?('translation missing') %>