update dv3d
This commit is contained in:
@@ -14,10 +14,10 @@
|
||||
<input type="checkbox" class="hide" name="series-ids" value="{{series.pk}}">
|
||||
<div class="series-card-shell">
|
||||
<div type="button"
|
||||
class="series-card-main"
|
||||
data-series-action="details"
|
||||
data-series-id="{{series.pk}}"
|
||||
aria-label="Open series actions for Series {{ forloop.counter }}">
|
||||
class="series-card-main"
|
||||
data-series-action="details"
|
||||
data-series-id="{{series.pk}}"
|
||||
aria-label="Open series actions for Series {{ forloop.counter }}">
|
||||
<div class="series-card-thumb-wrap">
|
||||
{% with series_thumbnail=series.get_thumbnail %}
|
||||
{% if series_thumbnail.1 %}
|
||||
@@ -42,7 +42,7 @@
|
||||
title="View series in viewer"
|
||||
data-series-id="{{series.pk}}"
|
||||
data-series-name="{{ series|escape }}">
|
||||
<i class="bi bi-eye"></i> View1
|
||||
<i class="bi bi-eye"></i> View
|
||||
</button>
|
||||
<div class="series-card-inline-actions">
|
||||
<button type="button"
|
||||
|
||||
+208
-208
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user