Translation

This commit is contained in:
2022-02-23 17:17:53 +01:00
parent 4adf3c3ae5
commit 8380f9c80c
5 changed files with 51 additions and 199 deletions

View File

@@ -17,7 +17,7 @@
<script src="{='src/scripts/main.js'|asset}" type="module"></script>
</head>
<body data-controller="body" class="bg-blue-100">
<body data-controller="body">
<div n:foreach="$flashes as $flash" n:class="flash, $flash->type">{$flash->message}</div>