diff --git a/app/views/legislation/processes/index.html.erb b/app/views/legislation/processes/index.html.erb
index d9aa8a853..b9afd5f59 100644
--- a/app/views/legislation/processes/index.html.erb
+++ b/app/views/legislation/processes/index.html.erb
@@ -13,7 +13,9 @@
<%= render @processes %>
<%= paginate @processes %>
<% else %>
- <%= t(".no_#{@current_filter}_processes") %>
+
+ <%= t(".no_#{@current_filter}_processes") %>
+
<% end %>
diff --git a/app/views/legislation/processes/phase_not_open.html.erb b/app/views/legislation/processes/phase_not_open.html.erb
index 141a5fea1..ba78c50a8 100644
--- a/app/views/legislation/processes/phase_not_open.html.erb
+++ b/app/views/legislation/processes/phase_not_open.html.erb
@@ -4,16 +4,11 @@
<%= render 'legislation/processes/key_dates', process: @process, phase: @phase %>
-
-
-
-
-
-
<%= t('.not_open') %>
-
-
-
-
+