diff --git a/src/Wallabag/CoreBundle/Resources/views/Entry/entry.html.twig b/src/Wallabag/CoreBundle/Resources/views/Entry/entry.html.twig index 84b29d241..59a3cf62e 100644 --- a/src/Wallabag/CoreBundle/Resources/views/Entry/entry.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/Entry/entry.html.twig @@ -266,10 +266,12 @@ {{ entry.domainName|removeWww }} -
  • - comment - {{ 'entry.view.annotations_on_the_entry'|transchoice(entry.annotations|length) }} -
  • + {% if entry.annotations|length %} +
  • + comment + {{ 'entry.view.annotations_on_the_entry'|transchoice(entry.annotations|length) }} +
  • + {% endif %} {% if entry.originUrl is not empty %}
  • launch