indentlabs/notebook

View on GitHub
app/views/cards/ui/_notice.html.erb

Summary

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