2 changed files with 14 additions and 13 deletions
@ -0,0 +1,13 @@
|
||||
<% if question.page.routed_to?(@log, current_user) %> |
||||
<%= govuk_panel( |
||||
classes: "app-panel--interruption", |
||||
) do %> |
||||
<p class="govuk-heading-l"><%= display_title_text(title_text, lettings_log) %></p> |
||||
<% if informative_text.present? %> |
||||
<p class="govuk-body-l"><%= display_informative_text(informative_text, lettings_log) %></p> |
||||
<% end %> |
||||
<% if question.hint_text.present? %> |
||||
<p class="govuk-body-l"><%= question.hint_text&.html_safe %></p> |
||||
<% end %> |
||||
<% end %> |
||||
<% end %> |
||||
Loading…
Reference in new issue