Disabled thumbnails until users can actually upload them.

This commit is contained in:
2016-11-09 14:59:29 +01:00
parent 0e170464e6
commit 4cb90b2568

View File

@@ -13,8 +13,10 @@
.table-head
.table-row
.table-cell.asset-status
| {# disabled until users can actually upload a thumbnail
.table-cell.asset-thumbnail
span.collapser.thumbnails(title="Collapse thumbnails") Thumbnail
| #}
.table-cell.asset-name
span.collapser(title="Collapse name column") Name
| {% for task_type in task_types %}
@@ -27,8 +29,9 @@
.table-row(
id="asset-{{ asset._id }}",
class="status-{{ asset.properties.status }} {{ asset.properties.used_in_edit | yesno(' ,not-in-edit, ') }}")
.table-cell.asset-status(
.table-cell.shot-status(
title="Status: {{ asset.properties.status | undertitle }}")
| {# disabled until users can actually upload a thumbnail
.table-cell.asset-thumbnail
a(
data-asset-id="{{ asset._id }}",
@@ -37,6 +40,7 @@
img(src="{{ asset._thumbnail }}",
alt="Thumbnail",
style='width: 110px; height: {{ asset._thumbnail_height }}')
| #}
.table-cell.asset-name
a(
data-asset-id="{{ asset._id }}",