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

View File

@ -9,12 +9,12 @@
<div class="btn-row">
{% if film.youtube_link != "" %}
{# Class 'video-modal-link' is needed for js #}
<button class="btn btn-primary video-modal-link" data-bs-toggle="modal" data-bs-target="#videoModal" data-video="{{ film.youtube_link }}">
<button class="btn btn-accent video-modal-link" data-bs-toggle="modal" data-bs-target="#videoModal" data-video="{{ film.youtube_link }}">
Watch {{ film.title }}
</button>
<a class="btn btn-link" href="{% url 'film-gallery' film.slug %}">Explore Content Gallery</a>
{% else %}
<a class="btn btn-primary" href="{% url 'film-gallery' film.slug %}">Explore Content Gallery</a>
<a class="btn btn-link" href="{% url 'film-gallery' film.slug %}">Explore Content Gallery</a>
{% endif %}
</div>
</div>