You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
509 B
14 lines
509 B
2 years ago
|
<% 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 %>
|