Browse Source

Fix lint offence

pull/2589/head
Manny Dinssa 2 years ago
parent
commit
bea41f6aa3
  1. 2
      app/views/layouts/application.html.erb

2
app/views/layouts/application.html.erb

@ -127,7 +127,7 @@
title_text: "Success",
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]

Loading…
Cancel
Save