diff --git a/app/views/legislation/processes/_header.html.erb b/app/views/legislation/processes/_header.html.erb index e958e48cb..ef1e640e9 100644 --- a/app/views/legislation/processes/_header.html.erb +++ b/app/views/legislation/processes/_header.html.erb @@ -7,7 +7,7 @@
-
+
<% if process.description.present? %>

<%= t('legislation.processes.header_full.description') %>

<%= markdown process.description %> diff --git a/app/views/legislation/processes/_header_full.html.erb b/app/views/legislation/processes/_header_full.html.erb index 5b04c2cdd..67ca474a9 100644 --- a/app/views/legislation/processes/_header_full.html.erb +++ b/app/views/legislation/processes/_header_full.html.erb @@ -9,7 +9,7 @@
-
+
<% if process.description.present? %>

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

<%= markdown process.description %>