forked from wallabag/wallabag
Merge pull request #2406 from szafranek/bugfix-number-of-annotations
Show number of annotations instead of nbAnnotations placeholder
This commit is contained in:
@ -54,7 +54,6 @@
|
||||
{% endif %}
|
||||
</i>
|
||||
|
||||
{% set nbAnnotations = entry.annotations | length %}
|
||||
<span class="tool link"><i class="material-icons link">comment</i> {{ 'entry.view.annotations_on_the_entry'|transchoice(entry.annotations | length) }}</span>
|
||||
<aside class="tags">
|
||||
<div class="card-entry-tags">
|
||||
|
||||
Reference in New Issue
Block a user