stevedowney/bootstrap-view-helpers

View on GitHub
app/views/bootstrap_view_helpers/_modal_basic.html.erb

Summary

Maintainability
Test Coverage
<%= modal_trigger("Click to show modal", href: '#modal-1') %>

<%= modal(id: 'modal-1') do %>
  <%= modal_header("Heading") %>
  <%= modal_body("The body ...") %>
  <%= modal_footer %>
<% end %>