Browse Source

Persist the link in the banner

pull/1035/head
Kat 4 years ago
parent
commit
467c1d1ba7
  1. 2
      app/views/layouts/application.html.erb

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

@ -124,7 +124,7 @@
success: true, title_heading_level: 3, success: true, title_heading_level: 3,
title_id: "swanky-notifications" title_id: "swanky-notifications"
) do |notification_banner| ) do |notification_banner|
notification_banner.heading(text: flash.notice) notification_banner.heading(text: flash.notice.html_safe)
end %> end %>
<% end %> <% end %>
<%= content_for?(:content) ? yield(:content) : yield %> <%= content_for?(:content) ? yield(:content) : yield %>

Loading…
Cancel
Save