17 lines
517 B
Text
17 lines
517 B
Text
.modal.fade{"id" => id,
|
|
"tabindex" => "-1",
|
|
"role" => "dialog",
|
|
"aria-labelledby" => "#{id}Label",
|
|
"aria-hidden" => "true",
|
|
"href" => path}
|
|
.modal-dialog
|
|
.modal-content
|
|
.modal-header
|
|
%button.close{"type" => "button", "data-dismiss" => "modal", "aria-hidden" => "true"}
|
|
×
|
|
%h3.modal-title{id: "#{id}Label"}
|
|
= title
|
|
.modal-body
|
|
#modalWaiter.text-center
|
|
.loader
|
|
.spinner
|