diaspora/app/views/shared/_modal.haml
Jonne Haß e3bff1f20b Fix syntax error in shared/_modal.haml
Also can't use quoted keys there yet because of Ruby 2.1
2015-06-04 18:05:44 +02:00

15 lines
542 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
= image_tag("ajax-loader2.gif", id: "modalWaiter", class: "img-responsive center-block")