15 lines
516 B
Plaintext
15 lines
516 B
Plaintext
$newline never
|
|
|
|
$# SPDX-FileCopyrightText: 2022 Felix Hamann <felix.hamann@campus.lmu.de>,Gregor Kleen <gregor.kleen@ifi.lmu.de>,Steffen Jost <jost@tcs.ifi.lmu.de>
|
|
$#
|
|
$# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
<div #alerts-1 .alerts uw-alerts>
|
|
<div .alerts__toggler>
|
|
$forall Message{..} <- mmsgs
|
|
<div .alert .alert-#{toPathPiece messageStatus}>
|
|
<div .alert__closer>
|
|
<div .alert__icon .fas .fa-#{maybe "info-circle" iconText messageIcon}>
|
|
<div .alert__content>
|
|
#{messageContent}
|