X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2FEntry%2Fentry.html.twig;h=c6c19de6b493705cecf0ffce77694e46c9348cc8;hb=8896f0f988350620132ee8d4267bb66f7fba4663;hp=af53084f3d9b89f1c461610de1b1135619f25f56;hpb=5f82fc23a7ce72fee9b6a817e9729bbe7794293d;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..c6c19de6 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 }} ✎