Sha256: 7bff8160cb1c12e7c1cb223248c055363b25a7e2e691e040ce3096017dfb907d

Contents?: true

Size: 704 Bytes

Versions: 12

Compression:

Stored size: 704 Bytes

Contents

<%= bs5_alert(style: :primary) do %>
  A simple primary alert—check it out!
<%- end %>

<%= bs5_alert(style: :secondary) do %>
  A simple secondary alert—check it out!
<%- end %>

<%= bs5_alert(style: :success) do %>
  A simple success alert—check it out!
<%- end %>

<%= bs5_alert(style: :danger) do %>
  A simple danger alert—check it out!
<%- end %>

<%= bs5_alert(style: :warning) do %>
  A simple warning alert—check it out!
<%- end %>

<%= bs5_alert(style: :info) do %>
  A simple info alert—check it out!
<%- end %>

<%= bs5_alert(style: :light) do %>
  A simple light alert—check it out!
<%- end %>

<%= bs5_alert(style: :dark) do %>
  A simple dark alert—check it out!
<%- end %>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
bs5-0.0.19 app/views/bs5/examples/alert/style/snippet.html.erb
bs5-0.0.18 app/views/bs5/examples/alert/style/snippet.html.erb
bs5-0.0.17 app/views/bs5/examples/alert/style/snippet.html.erb
bs5-0.0.16 app/views/bs5/examples/alert/style/snippet.html.erb
bs5-0.0.15 app/views/bs5/examples/alert/style/snippet.html.erb
bs5-0.0.14 app/views/bs5/examples/alert/style/snippet.html.erb
bs5-0.0.13 app/views/bs5/examples/alert/style/snippet.html.erb
bs5-0.0.12 app/views/bs5/examples/alert/style/snippet.html.erb
bs5-0.0.11 app/views/bs5/examples/alert/style/snippet.html.erb
bs5-0.0.10 app/views/bs5/examples/alert/style/snippet.html.erb
bs5-0.0.9 app/views/bs5/examples/alert/style/snippet.html.erb
bs5-0.0.8 app/views/bs5/examples/alert/style/snippet.html.erb