X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2Flayout.html.twig;h=b2d77c2e2d81cf1f73c6cc1ebd583b9908292015;hb=52c1fc7449554c942c945e6c740e0e11d2f60a0d;hp=8a49190e81fb112baf6cd84d753db0189d3ae050;hpb=4919584b8758b23e127536b686776c1c41b3d215;p=github%2Fwallabag%2Fwallabag.git 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 8a49190e..b2d77c2e 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig @@ -2,17 +2,12 @@ {% block css %} {{ parent() }} - - - - + {% endblock %} {% block scripts %} {{ parent() }} - - - + {% endblock %} {% block header %} @@ -21,9 +16,11 @@ {% block messages %} {% for flashMessage in app.session.flashbag.get('notice') %} {% endfor %} + + {{ render(controller("WallabagImportBundle:Import:checkQueue")) }} {% endblock %} {% block menu %} @@ -31,85 +28,114 @@ {% endblock %} {% block footer %} -{% endblock %} \ No newline at end of file +{% endblock %}