Sha256: 7fce7d67afae5af2945fa88e886c4df9a57d1746b3ed4d4573b94144d0c5ed03
Contents?: true
Size: 331 Bytes
Versions: 3
Compression:
Stored size: 331 Bytes
Contents
<%= modal_trigger("Click to show Alert", href: '#alert') %> <%= modal_trigger("Click to show Alert w/block", href: '#alert-block') %> <%= modal_alert("Watch out", id: 'alert') %> <%= modal_alert(id: 'alert-block', header: 'Custom Header') do %> This is some <b>bold</b> text from the <code>modal_alert</code> block. <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems