X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fbaggy%2Flayout.html.twig;h=35a54daf246a8be13584f5bb773fe2ade2b5a3fa;hb=727880c950d485293e480b5b835a0490be4f0ce7;hp=7f0980660298d4f170a985746550eaa0c1a180df;hpb=2c2308b7830e24409c6f4a52b52a616803b1a515;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/layout.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/layout.html.twig index 7f098066..35a54daf 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/layout.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/layout.html.twig @@ -2,29 +2,23 @@ {% block css %} {{ parent() }} - - - - - - + {% if not app.debug %} + + {% endif %} {% endblock %} {% block scripts %} {{ parent() }} - - - - - - + {% endblock %} {% block header %}

{% block logo %} - wallabag logo + + wallabag logo + {% endblock %}

@@ -33,32 +27,30 @@ {% block menu %} {% endblock %} @@ -66,13 +58,13 @@ {% for flashMessage in app.session.flashbag.get('notice') %}
× -

{{ flashMessage }}

+

{{ flashMessage|trans }}

{% endfor %} {% endblock %} {% block footer %} {% endblock %}