You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
317 B
11 lines
317 B
11 months ago
|
<% if display_banner? %>
|
||
|
<%= govuk_notification_banner(title_text: "Important") do %>
|
||
|
<p class="govuk-notification-banner__heading govuk-!-width-full" style="max-width: fit-content">
|
||
|
<%= header_text %>
|
||
|
<p>
|
||
|
<p style="max-width: fit-content">
|
||
|
<%= banner_text %>
|
||
|
</p>
|
||
|
<% end %>
|
||
|
<% end %>
|