traduction + alert
This commit is contained in:
10
templates/basic/alert.html.twig
Normal file
10
templates/basic/alert.html.twig
Normal file
@@ -0,0 +1,10 @@
|
||||
{% for label, messages in app.flashes %}
|
||||
{% for message in messages %}
|
||||
<div class="alert alert-{{ label }}" role="alert" style="margin-bottom: 30px;">
|
||||
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
|
||||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
{{ message| raw }}
|
||||
</div>
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user