mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
9 lines
189 B
Plaintext
9 lines
189 B
Plaintext
<% if alert %>
|
|
<%= content_for :javascript do %>
|
|
M.toast({
|
|
html: "<%= alert.gsub('"', '\"').gsub("\n", ' ').html_safe %>",
|
|
classes: 'rounded'
|
|
})
|
|
<% end %>
|
|
<% end %>
|