Sha256: 67fd258585ca3600d5c71e4d32cf1450bcbf380756a83cf9ba397afff7a6cfcf
Contents?: true
Size: 414 Bytes
Versions: 5
Compression:
Stored size: 414 Bytes
Contents
<%= bs5_modal(backdrop: :static, keyboard: false) do |m| %> <%= m.controller do %> <%= bs5_button_tag('Launch demo modal', type: 'button') %> <% end %> <%= m.header { 'Modal title' } %> <%= m.body do %> <p>I will not close if you click outside me. Don't even try to press escape key.</p> <% end %> <%= m.footer do %> <%= bs5_button_tag('Understood', type: 'button') %> <% end %> <% end %>
Version data entries
5 entries across 5 versions & 1 rubygems