From 6b572a82e3f24521488660215e7b6e71335f39ff Mon Sep 17 00:00:00 2001 From: Adam Goldstone <13471320+agoldstone93@users.noreply.github.com> Date: Tue, 24 Dec 2024 13:38:26 +0000 Subject: [PATCH] AP-5608: Update blocks interrupt page --- .../providers/interrupt/blocks/show.html.erb | 29 +++++++++---------- 1 file changed, 13 insertions(+), 16 deletions(-) diff --git a/app/views/providers/interrupt/blocks/show.html.erb b/app/views/providers/interrupt/blocks/show.html.erb index 7f8dd5f647..c41e476590 100644 --- a/app/views/providers/interrupt/blocks/show.html.erb +++ b/app/views/providers/interrupt/blocks/show.html.erb @@ -1,19 +1,16 @@ -
- <%= page_template(page_title: t(".title_html"), column_width: "full", template: :basic) do %> - <%= page_heading(size: "l") %> +
+
+ <%= page_template(page_title: t(".title_html"), column_width: "full", template: :basic) do %> + <%= page_heading(size: "l", classes: "moj-interruption-card__heading") %> -
-

<%= t(".body_text") %>

-

<%= t(".options") %>

-
    - <% t(".option_bullets").each do |bullet| %> -
  • <%= bullet %>
  • - <% end %> -
-
+

<%= t(".body_text") %>

+

<%= t(".options") %>

-
- <%= govuk_button_link_to t(".applications"), submitted_providers_legal_aid_applications_path, inverse: true, role: "button" %> -
- <% end %> + <%= govuk_list t(".option_bullets"), type: :bullet, classes: "moj-interruption-card__body" %> + +
+ <%= govuk_button_link_to t(".applications"), submitted_providers_legal_aid_applications_path, inverse: true, role: "button" %> +
+ <% end %> +