Skip to content
David Van Der Beek edited this page Jul 13, 2014 · 2 revisions

Modals

Example

= modal_toggle "Modal", "custom-id", class: "btn btn-primary"

= modal "custom-id" do
  = modal_header "Title"
  = modal_body do
    BODY
  = modal_footer do
    %button.btn.btn-default{ data: { dismiss: "modal" }, type: "button" } Cancel
    %button.btn.btn-primary{ type: "button" } Save changes

Clone this wiki locally