mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-01-06 08:27:47 -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
7 lines
241 B
Plaintext
7 lines
241 B
Plaintext
- flash.each do |type, content|
|
|
%div{ class: build_alert_classes(type), role: "alert" }
|
|
%button.close{ type: "button", "data-bs-dismiss" => "alert" }
|
|
%span{ "aria-hidden" => true } ×
|
|
%span.sr-only Close
|
|
= content
|