phpmyadmin/resources/templates/message.twig
Maurício Meneghini Fauth b2b53c6e18
Move ./templates directory to ./resources/templates
- Related to https://github.com/phpmyadmin/phpmyadmin/issues/18512

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-10-17 13:57:07 -03:00

4 lines
80 B
Twig

<div class="alert alert-{{ context }}" role="alert">
{{ message|raw }}
</div>