diaspora/app/views/shared/_modal.haml
2014-07-20 18:21:13 +02:00

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