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 e3b7eb1cdc - Show all commits

View File

@ -67,7 +67,12 @@
<div class="align-items-start row">
<div class="col-12 col-md mb-2">
<div class="d-none d-md-block">
<h2>{{ asset.name }}</h2>
<h2>
{{ asset.name }}
{% if asset.is_free %}
{% include "common/components/cards/pill.html" with class="ms-2" label='Free' %}
{% endif %}
</h2>
</div>
</div>
</div>
@ -154,9 +159,6 @@
{{ asset.static_asset.copyright }}
</p>
{% endif %}
{% if asset.is_free %}
{% include "common/components/cards/pill.html" with label='Free' %}
{% endif %}
</div>
</div>
</div>