X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fbaggy%2Flayout.html.twig;h=35a54daf246a8be13584f5bb773fe2ade2b5a3fa;hb=6b32cf0c73d62eb567a904179b93c3dc6f4f2a41;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..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,7 +58,7 @@ {% for flashMessage in app.session.flashbag.get('notice') %}
× -

{{ flashMessage }}

+

{{ flashMessage|trans }}

{% endfor %} {% endblock %}