diff --git a/views/mio/_layout/comments.twig b/views/mio/_layout/comments.twig index 57598830..74049320 100644 --- a/views/mio/_layout/comments.twig +++ b/views/mio/_layout/comments.twig @@ -82,7 +82,7 @@
{{ comment.comment_deleted is null ? comment.comment_text|nl2br : 'deleted' }}
- {% if comment.comment_deleted is null %} + {% if comment.comment_deleted is null and user is not null %}
{% if perms.can_vote %}