diff --git a/app/views/citizens/means_test_results/show.html.erb b/app/views/citizens/means_test_results/show.html.erb index 81cccbf40f..2541d5bf88 100644 --- a/app/views/citizens/means_test_results/show.html.erb +++ b/app/views/citizens/means_test_results/show.html.erb @@ -1,24 +1,7 @@ <% content_for(:panel) do %> <%= govuk_panel(title_text: t(".completed_financial_assessment")) do %> -
-
-
- <%= t(".name") %>: -
-
- <%= @applicant.full_name %> -
-
- -
-
- <%= t(".reference_number") %>: -
-
- <%= @legal_aid_application.application_ref %> -
-
-
+ <%= t(".name") %>: <%= @applicant.full_name %>
+ <%= t(".reference_number") %>: <%= @legal_aid_application.application_ref %> <% end %> <% end %>