notebook/app/views/cards/ui/_alert.html.erb
2019-02-23 11:58:05 -06:00

9 lines
189 B
Plaintext

<% if alert %>
<%= content_for :javascript do %>
M.toast({
html: "<%= alert.gsub('"', '\"').gsub("\n", ' ').html_safe %>",
classes: 'rounded'
})
<% end %>
<% end %>