Kat
3 years ago
7 changed files with 23 additions and 23 deletions
@ -1,8 +1,8 @@
|
||||
<div class="cell"> |
||||
<div class="cell govuk-body"> |
||||
<strong class="cell question_cell"> |
||||
<%= question["header"].html_safe.present? ? question["header"].html_safe : "missing question header"%> |
||||
</strong> |
||||
</div> |
||||
<div class="cell_answer"> |
||||
<div></div> |
||||
<br/> |
||||
</div> |
||||
|
@ -1,7 +1,11 @@
|
||||
<strong class="cell"> |
||||
<%= question["header"].html_safe.present? ? question["header"].html_safe : "missing question header"%><br/> |
||||
</strong> |
||||
<div class="cell govuk-body"> |
||||
<strong class="cell"> |
||||
<%= question["header"].html_safe.present? ? question["header"].html_safe : "missing question header"%><br/> |
||||
</strong> |
||||
</div> |
||||
<div> |
||||
<div class="cell_answer_too"></div> |
||||
<div class="cell_answer"> |
||||
<br/> |
||||
</div> |
||||
</div> |
||||
|
||||
|
Loading…
Reference in new issue