mirror of
https://github.com/FuzzyGrim/Yamtrack.git
synced 2026-03-03 00:47:03 +00:00
apply djlint
This commit is contained in:
@@ -63,8 +63,8 @@
|
||||
<div>
|
||||
<div class="p-3 space-y-3">
|
||||
<a href="{{ media.item|media_url }}"
|
||||
class="text-sm font-semibold text-white hover:text-indigo-400 transition duration-300 line-clamp-1 text-center"
|
||||
title="{{ media }}">{{ media }}</a>
|
||||
class="text-sm font-semibold text-white hover:text-indigo-400 transition duration-300 line-clamp-1 text-center"
|
||||
title="{{ media }}">{{ media }}</a>
|
||||
</div>
|
||||
<div id="progress-{{ media.item.media_type }}-{{ media.id }}">
|
||||
{% include "app/components/progress_changer.html" with media=media user=user csrf_token=csrf_token MediaTypes=MediaTypes only %}
|
||||
|
||||
@@ -33,4 +33,4 @@
|
||||
{% include "app/icons/plus.svg" with classes="w-3 h-3" %}
|
||||
</button>
|
||||
</div>
|
||||
{% include "app/components/progress_bar.html" with media=media user=user %}
|
||||
{% include "app/components/progress_bar.html" with media=media user=user %}
|
||||
|
||||
@@ -28,7 +28,8 @@
|
||||
{% with color=release.item.media_type|media_color %}
|
||||
{% icon release.item.media_type is_active=False extra_classes=color|add:" w-4 h-4 shrink-0" %}
|
||||
{% endwith %}
|
||||
<span class="truncate" title="{{ release }} {{ release.datetime|time_format:user }}">{{ release }} {{ release.datetime|time_format:user }}</span>
|
||||
<span class="truncate"
|
||||
title="{{ release }} {{ release.datetime|time_format:user }}">{{ release }} {{ release.datetime|time_format:user }}</span>
|
||||
</div>
|
||||
</a>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user