Flash helpers wraps bootstrap alerts component.
<%= f('warning') %>
The information here is a demo with block and without close button.
<% end %><%= f('error', type: :error) %> <%= f('success', type: :success) %> <%= f('info', type: :info) %> <%= f(type: :info, block: true, closable: false) do %> <h4>This is an Info</h4> <p>The information here is a demo with block and without close button.</p> <% end %>