Show legislative process summary on list, keep first description paragraph as fallback
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="small-12 medium-11 column end">
|
<div class="small-12 medium-11 column end">
|
||||||
<%= markdown(first_paragraph(process.description)) %>
|
<%= markdown(process.summary.present? ? process.summary : first_paragraph(process.description)) %>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user