8 lines
384 B
Text
8 lines
384 B
Text
.toast class="#{alert ? "text-bg-danger" : ""}" role="alert" aria-live="assertive" aria-atomic="true" data={ controller: "toast" }
|
|
.toast-header
|
|
/img src="..." class="rounded me-2" alt="...">
|
|
/strong.me-auto = heading
|
|
.small.me-auto = l(Time.current.to_time)
|
|
button.btn-close type="button" data-bs-dismiss="toast" aria-label="Schliessen"
|
|
.toast-body
|
|
= content
|