Sha256: 1014073f3cae54b2586931af50983d50c0468734808a0a496bfd6c4e11e5e74e

Contents?: true

Size: 347 Bytes

Versions: 3

Compression:

Stored size: 347 Bytes

Contents

<%= modal_trigger("Click to show Confirm", href: '#confirm') %>
<%= modal_trigger("Click to show Confirm w/block", href: '#confirm-block') %>

<%= modal_confirm("Watch out", id: 'confirm') %>

<%= modal_confirm(id: 'confirm-block', header: 'Custom Header') do %>
  This is some <b>bold</b> text from the <code>modal_confirm</code> block.
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bootstrap-view-helpers-0.0.14 app/views/bootstrap_view_helpers/_modal_confirm.html.erb
bootstrap-view-helpers-0.0.13 app/views/bootstrap_view_helpers/_modal_confirm.html.erb
bootstrap-view-helpers-0.0.12 app/views/bootstrap_view_helpers/_modal_confirm.html.erb