X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fbaggy%2FEntry%2Fentries.html.twig;h=b747ed84a9f590b9414d89a862b50b93c6fe91b8;hb=8668796106b856ca041512af27268ce6e49d2caf;hp=6c5d260160ced8a769089640d5fb625bb411837c;hpb=531c8d0a5c55fa93438e227a7d349235fbd31d28;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entries.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entries.html.twig index 6c5d2601..b747ed84 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entries.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entries.html.twig @@ -46,7 +46,7 @@

{{ entry.title | striptags | truncate(80, true, '…') | default('entry.default_title'|trans) | raw }}

- {% set readingTime = entry.readingTime / app.user.config.readingSpeed %} + {% set readingTime = entry.readingTime / app.user.config.readingSpeed * 200 %}
{% if readingTime > 0 %} @@ -117,6 +117,12 @@ ×
+ {% if currentRoute != 'untagged' and nbEntriesUntagged != 0 %} +
+ {{ 'tag.list.see_untagged_entries'|trans }} ({{nbEntriesUntagged}}) +
+ {% endif %} +