Skip to content

Commit

Permalink
Merge pull request #7574 from ministryofjustice/chore-simplify-panel-…
Browse files Browse the repository at this point in the history
…markup-on-citizen-journey

Chore: simplify panel markup on citizen journey
  • Loading branch information
agoldstone93 authored Jan 13, 2025
2 parents 1e2193c + 43a6566 commit 0c9282e
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions app/views/citizens/means_test_results/show.html.erb
Original file line number Diff line number Diff line change
@@ -1,24 +1,7 @@
<% content_for(:panel) do %>
<%= govuk_panel(title_text: t(".completed_financial_assessment")) do %>
<dl class="govuk-summary-list govuk-summary-list--no-border govuk-list inline-list">
<div class="govuk-summary-list__row">
<dt class="govuk-summary-list__key">
<%= t(".name") %>:
</dt>
<dd class="govuk-summary-list__value">
<%= @applicant.full_name %>
</dd>
</div>

<div class="govuk-summary-list__row">
<dt class="govuk-summary-list__key">
<%= t(".reference_number") %>:
</dt>
<dd class="govuk-summary-list__value">
<%= @legal_aid_application.application_ref %>
</dd>
</div>
</dl>
<strong><%= t(".name") %></strong>: <%= @applicant.full_name %><br>
<strong><%= t(".reference_number") %></strong>: <%= @legal_aid_application.application_ref %>
<% end %>
<% end %>

Expand Down

0 comments on commit 0c9282e

Please sign in to comment.