X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fbaggy%2Flayout.html.twig;h=17fa13bb5f247afd3013812780c8e3e5935f5d7d;hb=b8427f22f06cab58383ec3080f09715c712c65ef;hp=de4ed2e78e199527986a5a9c27d6a966ab1fcbcb;hpb=16dabc326311f084d671be188c7941bbb3c341c9;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 de4ed2e7..17fa13bb 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,26 +27,30 @@ {% block menu %} {% endblock %} @@ -60,13 +58,13 @@ {% for flashMessage in app.session.flashbag.get('notice') %}
× -

{{ flashMessage }}

+

{{ flashMessage|trans }}

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