X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2FEntry%2Fentry.html.twig;h=b7b62f6cfeaa0d80ca8a975653802e87487c125e;hb=038fccd244783884529ada34ae3b5ba555616025;hp=af53084f3d9b89f1c461610de1b1135619f25f56;hpb=f87e6547e8c49a2fe4bd21ec185e99464d4d957e;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig index af53084f..b7b62f6c 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig @@ -1,6 +1,6 @@ {% extends "WallabagCoreBundle::layout.html.twig" %} -{% block title %}{{ entry.title|striptags|raw }} ({{ entry.domainName|removeWww }}){% endblock %} +{% block title %}{{ entry.title|striptags|default('entry.default_title'|trans)|raw }} ({{ entry.domainName|removeWww }}){% endblock %} {% block body_class %}entry{% endblock %} @@ -9,18 +9,23 @@
+ {% endif %} {% if craue_setting('show_printlink') %}
  • @@ -209,44 +223,58 @@ {% block content %}
    -

    {{ entry.title|striptags|raw }} ✎

    +

    {{ entry.title|striptags|default('entry.default_title'|trans)|raw }} ✎