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=0ce06962508d5930cef8190bd9164cd147b58b06;hpb=439b36323e37f669b056cc5228c44bb91196256c;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 0ce06962..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,32 +27,30 @@ {% block menu %} {% endblock %} @@ -66,7 +58,7 @@ {% for flashMessage in app.session.flashbag.get('notice') %}
× -

{{ flashMessage }}

+

{{ flashMessage|trans }}

{% endfor %} {% endblock %}