diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index d379ef847..b0fe65593 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -38,7 +38,7 @@ module ApplicationHelper success: true, title_heading_level: 3, title_id: "flash-notice", - role: "alert" + role: "alert", ) do |notification_banner| notification_banner.with_heading(text: flash.notice.html_safe) if flash[:notification_banner_body]