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