Browse Source

CLDC-4365: Fix notification banner call

CLDC-4365-reduce-size-of-soft-validation-success-box
samyou-softwire 5 days ago
parent
commit
136d0f2e56
  1. 3
      app/helpers/application_helper.rb

3
app/helpers/application_helper.rb

@ -35,7 +35,8 @@ module ApplicationHelper
def notification_banner
govuk_notification_banner(
title_text: "Success",
success: true, title_heading_level: 3,
success: true,
title_heading_level: 3,
title_id: "flash-notice",
role: "alert"
) do |notification_banner|

Loading…
Cancel
Save