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 %> +