Updated to AdminLTEBundle 1.0 #201 (#206)

This commit is contained in:
Kevin Papst
2018-07-12 20:37:08 +02:00
committed by GitHub
parent 7a0d690101
commit e68bef7ea7
19 changed files with 142 additions and 198 deletions

View File

@@ -1,9 +0,0 @@
{% import "@AdminLTE/Macros/default.html.twig" as macro %}
{% if app.session.started and app.session.flashbag.peekAll|length > 0 %}
<div class="row">
<div class="col-sm-12">
{{ macro.session_flash(avanzu_adminlte_close_alert|default(true), false, '', 'flashmessages') }}
</div>
</div>
{% endif %}