X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2FEntry%2Fentries.html.twig;h=498234b99eb3fe4d17585e33680fa3106c11839c;hb=d61b24e4590bd83a8f8c1e83b95f6e978c9b7e24;hp=2a027086cb78651589618f4e4227b25388505620;hpb=3221b2e413eeddf952310a702fff0f887384018f;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig index 2a027086..498234b9 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig @@ -1,7 +1,11 @@ {% extends "WallabagCoreBundle::layout.html.twig" %} {% block title %} - {% include "@WallabagCore/themes/common/Entry/_title.html.twig" %} + {% set currentTag = '' %} + {% if tag is defined %} + {% set currentTag = tag %} + {% endif %} + {% include "@WallabagCore/themes/common/Entry/_title.html.twig" with {'currentTag': currentTag} %} {% endblock %} {% block content %} @@ -41,7 +45,7 @@
- {{ entry.domainName|removeWww|truncate(30, false, '…') }} + {{ entry.domainName|removeWww }}
@@ -74,7 +78,7 @@
timer - {{ entry.readingTime / app.user.config.readingSpeed }} min + {{ entry.readingTime / app.user.config.readingSpeed|round }} min