3 changed files with 10 additions and 19 deletions
@ -1,13 +0,0 @@
|
||||
<% 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 %> |
||||
@ -1,5 +1,12 @@
|
||||
<% content_for :title, "Check duplicate logs" %> |
||||
|
||||
back button |
||||
Duplicate logs blue box |
||||
List or components |
||||
<div class="govuk-grid-row"> |
||||
<div class="govuk-grid-column-two-thirds"> |
||||
<%= govuk_panel( |
||||
classes: "app-panel--interruption", |
||||
) do %> |
||||
<p class="govuk-heading-l">These logs are duplicates</p> |
||||
<p class="govuk-body-l">These logs have the same values for the following fields. Choose one to keep or correct the answers.</p> |
||||
<% end %> |
||||
</div> |
||||
</div> |
||||
Loading…
Reference in new issue