This is consistent with the way we're providing the main class. Note we're still setting the title using a block in more complex cases.
14 lines
412 B
Plaintext
14 lines
412 B
Plaintext
<% provide :title, @process.title %>
|
|
|
|
<%= render "legislation/processes/header", process: @process, header: :full %>
|
|
|
|
<%= render "documents/additional_documents", documents: @process.documents %>
|
|
|
|
<%= render "key_dates", process: @process, phase: :homepage %>
|
|
|
|
<div class="row margin-top">
|
|
<div class="small-12 medium-9 column">
|
|
<%= AdminWYSIWYGSanitizer.new.sanitize(@process.homepage) %>
|
|
</div>
|
|
</div>
|