mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-02-04 22:51:04 -05:00
* Upgrade boostrap * Remove deprecated bootstrap toggles * Migrate other details * Avoid accidentally including bootstrap twice * Avoid accidentally including bootstrap twice * Avoid accidentally including bootstrap twice * Fix spec * Fix spec, where the size of the screen has gone to a partial breakpoint/you can't click on your own name in tablet view * Fix spec * Cleanup * Cleanup
12 lines
433 B
Plaintext
12 lines
433 B
Plaintext
#mainModal.modal{"aria-hidden" => "true", "aria-labelledby" => "mainModalLabel", role: "dialog", tabindex: "-1"}
|
|
.modal-dialog
|
|
.modal-content
|
|
.modal-header
|
|
%button.close{"data-bs-dismiss" => "modal", type: "button"}
|
|
%span{"aria-hidden" => "true"} ×
|
|
%span.sr-only Close
|
|
%h4#mainModalLabel.modal-title
|
|
= yield :title if content_for? :title
|
|
\ 
|
|
= yield
|