diff --git a/app/views/legislation/processes/_key_dates.html.erb b/app/views/legislation/processes/_key_dates.html.erb index f1fde827a..9d8239039 100644 --- a/app/views/legislation/processes/_key_dates.html.erb +++ b/app/views/legislation/processes/_key_dates.html.erb @@ -6,7 +6,7 @@
<%= format_date(process.debate_start_date) %> - <%= format_date(process.debate_end_date) %>
@@ -15,7 +15,7 @@ <% end %> <% if process.draft_publication.enabled? %> -<%= format_date(process.draft_publication_date) %>
@@ -24,7 +24,7 @@ <% end %> <% if process.allegations_phase.enabled? %> -<%= format_date(process.allegations_start_date) %> - <%= format_date(process.allegations_end_date) %>
@@ -33,7 +33,7 @@ <% end %> <% if process.result_publication.enabled? %> -<%= format_date(process.result_publication_date) %>