From: Alexandr Danilov Date: Fri, 7 Aug 2015 21:08:29 +0000 (+0300) Subject: fix #1281 (notifications when we star articles are buggy) X-Git-Tag: 2.0.0-alpha.0~50^2~4 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=c54ea989a3cadf49dbb991a4a270ebee38ac18d9;p=github%2Fwallabag%2Fwallabag.git fix #1281 (notifications when we star articles are buggy) All notification corrected --- diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig index 54bba9a6..632f8c8b 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig @@ -51,4 +51,12 @@ +{% endblock %} + +{% block messages %} + {% for flashMessage in app.session.flashbag.get('notice') %} + + {% endfor %} {% endblock %} \ No newline at end of file