diff --git a/app/views/legislation/processes/_process.html.erb b/app/views/legislation/processes/_process.html.erb index c70d71a6e..77ee985d9 100644 --- a/app/views/legislation/processes/_process.html.erb +++ b/app/views/legislation/processes/_process.html.erb @@ -13,7 +13,7 @@
- <%= markdown(first_paragraph(process.description)) %> + <%= markdown(process.summary.present? ? process.summary : first_paragraph(process.description)) %>