<%= alert('Default alert with heading', heading: 'Warning!') %> <%= alert('No close button', close: false) %> <%= alert("Type :block gives some more padding", :block ) %> <%= alert("Unknown options are html attributes", id: 'my-id', class: 'my-class') %>