Blender Studio pull request - Version 2.2.0 update #104394

Merged
Márton Lente merged 64 commits from ui/v2.2.0 into main 2024-04-08 16:32:44 +02:00
Showing only changes of commit c73aeb4991 - Show all commits

View File

@ -15,7 +15,7 @@
<div class="comments">
{% if comments.number_of_comments %}
<h3 class="text-muted">{{ comments.number_of_comments }} comment{{ comments.number_of_comments|pluralize }}</h3>
<h4 class="text-muted">{{ comments.number_of_comments }} comment{{ comments.number_of_comments|pluralize }}</h4>
{% endif %}
{% include 'comments/components/comment_tree.html' with comment_trees=comments.comment_trees %}