diff --git a/app/views/legislation/processes/_debate.html.erb b/app/views/legislation/processes/_debate.html.erb index 6bdfc26a0..039ee1f6f 100644 --- a/app/views/legislation/processes/_debate.html.erb +++ b/app/views/legislation/processes/_debate.html.erb @@ -9,6 +9,7 @@
-
<%= t('.participate') %>
+
+

<%= t('.participate') %>

+
- diff --git a/app/views/legislation/processes/debate.html.erb b/app/views/legislation/processes/debate.html.erb index 8014f50de..a387989a7 100644 --- a/app/views/legislation/processes/debate.html.erb +++ b/app/views/legislation/processes/debate.html.erb @@ -10,7 +10,9 @@
<% if @process.questions.empty? %> -

<%= t('.empty_questions') %>

+
+

<%= t('.empty_questions') %>

+
<% else %> <%= render @process.questions %> <% end %> @@ -18,7 +20,9 @@
-
<%= t('.participate') %>
+
+

<%= t('.participate') %>

+
diff --git a/app/views/legislation/processes/phase_empty.html.erb b/app/views/legislation/processes/phase_empty.html.erb index d0534d59c..07ad9b942 100644 --- a/app/views/legislation/processes/phase_empty.html.erb +++ b/app/views/legislation/processes/phase_empty.html.erb @@ -4,10 +4,12 @@ <%= render 'legislation/processes/key_dates', process: @process, phase: @phase %> -
-
-
-

<%= t(".empty") %>

+
+
+
+
+

<%= t(".empty") %>

+