X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fbaggy%2Flayout.html.twig;h=42aeace931f4f01c5128b06015e4a4c689bfb4ea;hb=64f81bc31699ed239e4becec1cfa7ebc0bef2b5a;hp=b630070caa063c45879cf8fd33b83b643e4f0a44;hpb=e008c037f53324b931f027483f9f1053171109c5;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 b630070c..42aeace9 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,31 +27,27 @@ {% block menu %} {% endblock %} @@ -65,13 +55,13 @@ {% for flashMessage in app.session.flashbag.get('notice') %}
× -

{{ flashMessage }}

+

{{ flashMessage|trans }}

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