From 4bba35f473fd25848b71b4dc27a5257c7ceb289b Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Tue, 11 Oct 2016 19:30:50 +0200 Subject: [PATCH] Temporarily hide thumbnails until they're implemented --- src/templates/attract/shots/for_project.jade | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/templates/attract/shots/for_project.jade b/src/templates/attract/shots/for_project.jade index c4034ab..71f3f73 100644 --- a/src/templates/attract/shots/for_project.jade +++ b/src/templates/attract/shots/for_project.jade @@ -15,8 +15,10 @@ .table-head .table-row .table-cell.shot-status + | {# Temporarily hide thumbnails until they're implemented .table-cell.shot-thumbnail span.collapser(title="Collapse thumbnails") Thumbnail + | #} .table-cell.shot-name span.collapser(title="Collapse name column") Name | {% for task_type in task_types %} @@ -30,6 +32,7 @@ id="shot-{{ shot._id }}", class="status-{{ shot.properties.status }}") .table-cell.shot-status + | {# Temporarily hide thumbnails until they're implemented .table-cell.shot-thumbnail a( data-shot-id="{{ shot._id }}", @@ -37,6 +40,7 @@ class="status-{{ shot.properties.status }} shot-link") img(src="{{ url_for('static_attract', filename='assets/img/placeholder.jpg') }}", alt="Thumbnail",width="110",height='60') + | #} .table-cell.shot-name a( data-shot-id="{{ shot._id }}",