Fixed issue while being logged out.
This commit is contained in:
parent
00eeba9c30
commit
c107b691c5
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@
|
|||
<div class="comment__text{{ comment.comment_deleted is null ? '' : ' comment__text--deleted' }}">
|
||||
{{ comment.comment_deleted is null ? comment.comment_text|nl2br : 'deleted' }}
|
||||
</div>
|
||||
{% if comment.comment_deleted is null %}
|
||||
{% if comment.comment_deleted is null and user is not null %}
|
||||
<div class="comment__actions">
|
||||
{% if perms.can_vote %}
|
||||
<a class="comment__action comment__action--link comment__action--like{% if comment.comment_user_vote == 'Like' %} comment__action--voted{% endif %}"
|
||||
|
|
Loading…
Add table
Reference in a new issue