|
40 | 40 | <%= render 'govuk_publishing_components/components/heading', text: "Download the full outcome", mobile_top_margin: true %>
|
41 | 41 | <div class="consultation-outcome">
|
42 | 42 | <%= render 'govuk_publishing_components/components/govspeak',
|
43 |
| - content: @content_item.final_outcome_documents, |
| 43 | + content: @content_item.final_outcome_documents.html_safe, |
44 | 44 | direction: page_text_direction %>
|
45 | 45 | </div>
|
46 | 46 | <% end %>
|
47 | 47 |
|
48 | 48 | <%= render 'govuk_publishing_components/components/heading', text: "Detail of outcome", mobile_top_margin: true %>
|
49 | 49 | <div class="consultation-outcome-detail">
|
50 | 50 | <%= render 'govuk_publishing_components/components/govspeak',
|
51 |
| - content: @content_item.final_outcome_detail, |
| 51 | + content: @content_item.final_outcome_detail.html_safe, |
52 | 52 | direction: page_text_direction %>
|
53 | 53 | </div>
|
54 | 54 | <% end %>
|
|
57 | 57 | <%= render 'govuk_publishing_components/components/heading', text: "Feedback received", mobile_top_margin: true %>
|
58 | 58 | <div class="consultation-feedback-documents">
|
59 | 59 | <%= render 'govuk_publishing_components/components/govspeak',
|
60 |
| - content: @content_item.public_feedback_documents, |
| 60 | + content: @content_item.public_feedback_documents.html_safe, |
61 | 61 | direction: page_text_direction %>
|
62 | 62 | </div >
|
63 | 63 | <% end %>
|
|
66 | 66 | <%= render 'govuk_publishing_components/components/heading', text: "Detail of feedback received", mobile_top_margin: true %>
|
67 | 67 | <div class="consultation-feedback">
|
68 | 68 | <%= render 'govuk_publishing_components/components/govspeak',
|
69 |
| - content: @content_item.public_feedback_detail, |
| 69 | + content: @content_item.public_feedback_detail.html_safe, |
70 | 70 | direction: page_text_direction %>
|
71 | 71 | </div>
|
72 | 72 | <% end %>
|
|
115 | 115 | <%= render 'govuk_publishing_components/components/heading', text: "Documents", mobile_top_margin: true %>
|
116 | 116 | <div class="consultation-documents">
|
117 | 117 | <%= render 'govuk_publishing_components/components/govspeak',
|
118 |
| - content: @content_item.documents, |
| 118 | + content: @content_item.documents.html_safe, |
119 | 119 | direction: page_text_direction %>
|
120 | 120 | </div>
|
121 | 121 | <% end %>
|
|
0 commit comments