a11yist/app/views/layouts/_toast.html.slim

9 lines
396 B
Text
Raw Normal View History

.toast class="#{alert ? "text-bg-danger" : "text-bg-info"}" role="alert" aria-live="assertive" aria-atomic="true" data={ controller: "toast" }
2024-11-12 23:55:00 +01:00
.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