Alerts

<%=link_to 'Bootstrap Documentation', 'http://twitter.github.io/bootstrap/components.html#alerts' %>
<%= link_to('API Documentation', 'http://rubydoc.info/gems/bootstrap-view-helpers/Bootstrap/AlertHelper') %>

Standard Bootstrap Alert Types

Examples

<%= render partial: 'alert_types' %>

Source

<%= bvh_show_source('bootstrap_view_helpers/_alert_types') %>

Alert Options

Examples

<%= render partial: 'alert_options' %>

Source

<%= bvh_show_source('bootstrap_view_helpers/_alert_options') %>

Block Form

Examples

<%= render partial: 'alert_block' %>

Source

<%= bvh_show_source('bootstrap_view_helpers/_alert_block') %>