12 lines
423 B
Text
12 lines
423 B
Text
.modal.hide.fade{ :id => id,
|
|
:tabindex => '-1',
|
|
:role => 'dialog',
|
|
'aria-labelledby' => "#{id}Label",
|
|
'aria-hidden' => 'true',
|
|
'data-remote' => path}
|
|
.modal-header
|
|
%button.close{:type => 'button', 'data-dismiss' => 'modal', 'aria-hidden' => 'true' }
|
|
×
|
|
%h3{ :id => "#{id}Label"}
|
|
= title
|
|
.modal-body
|