Skip to content

Commit

Permalink
feat(forum_conversation): remove like text for topic to get something…
Browse files Browse the repository at this point in the history
… more coherent with upvotes
  • Loading branch information
vincentporte committed Jul 26, 2023
1 parent 3e5c33f commit 5310056
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
data-matomo-action="like"
data-matomo-option="topic"
>
<span class="mr-1">{% trans "Likes" %}</span>

<i class="{% if topic.has_liked %}ri-heart-3-fill{% else %}ri-heart-3-line{% endif %}" aria-hidden="true"></i><span class="ml-1">{{counter}}</span>

</button>
{% else %}
<a href="{% inclusion_connect_url next_url topic.pk %}" class="btn btn-ico btn-link btn-like pr-0 text-nowrap" data-toggle="tooltip" data-placement="top" title="Connectez-vous pour contribuer">
<span class="mr-1">{% trans "Likes" %}</span>

<i class="ri-heart-3-line" aria-hidden="true"></i><span class="ml-1">{{counter}}</span>
</a>
{% endif %}
Expand Down

0 comments on commit 5310056

Please sign in to comment.