sortowanie_w_mass_add #10

Merged
gru merged 90 commits from sortowanie_w_mass_add into master 2025-09-02 17:08:55 +02:00
Showing only changes of commit 5c90e020b6 - Show all commits

View File

@@ -59,7 +59,7 @@
<div class="mb-2">
<div class="d-flex justify-content-between">
<span>{{ name }}</span>
<span class="badge rounded-pill bg-secondary opacity-75">{{ count }}×</span>
<span class="badge rounded-pill bg-secondary">{{ count }}×</span>
</div>
<div class="progress bg-transparent" style=" height: 6px;">
<div class="progress-bar bg-success" role="progressbar" style="width: {{ (count / max_count) * 100 }}%"
@@ -69,7 +69,7 @@
</div>
{% endfor %}
{% else %}
<span class="badge rounded-pill bg-secondary opacity-75">Brak danych</p>
<span class="badge rounded-pill bg-secondary">Brak danych</p>
{% endif %}
</div>
</div>