Kat
3 years ago
5 changed files with 15 additions and 21 deletions
@ -1,8 +1 @@ |
|||||||
<div class="cell govuk-body"> |
<%= render partial: "form/print/text_question", locals: { question_key: question_key, question: question, index: index, f: f, outer_grid: outer_grid } %> |
||||||
<strong class="cell question_cell"> |
|
||||||
<%= question["header"].html_safe.present? ? question["header"].html_safe : "missing question header"%> |
|
||||||
</strong> |
|
||||||
</div> |
|
||||||
<div class="cell_answer"> |
|
||||||
<br/> |
|
||||||
</div> |
|
||||||
|
@ -1,8 +1 @@ |
|||||||
<div class="cell govuk-body"> |
<%= render partial: "form/print/text_question", locals: { question_key: question_key, question: question, index: index, f: f, outer_grid: outer_grid } %> |
||||||
<strong class="cell question_cell"> |
|
||||||
<%= question["header"].html_safe.present? ? question["header"].html_safe : "missing question header"%> |
|
||||||
</strong> |
|
||||||
</div> |
|
||||||
<div class="cell_answer"> |
|
||||||
<br/> |
|
||||||
</div> |
|
||||||
|
Loading…
Reference in new issue