Add title to column collapsers

This commit is contained in:
2016-09-28 17:05:16 +02:00
parent ba2f7d25b6
commit 41d3777b60

View File

@@ -16,12 +16,12 @@
.table-row .table-row
.table-cell.shot-status .table-cell.shot-status
.table-cell.shot-thumbnail .table-cell.shot-thumbnail
span.collapser Thumbnail span.collapser(title="Collapse thumbnails") Thumbnail
.table-cell.shot-name .table-cell.shot-name
span.collapser Name span.collapser(title="Collapse name column") Name
| {% for task_type in task_types %} | {% for task_type in task_types %}
.table-cell.task-type(class="{{ task_type }}") .table-cell.task-type(class="{{ task_type }}")
span.collapser {{ task_type or 'other' }} span.collapser(title="Collapse {{ task_type or 'Other' }} column") {{ task_type or 'other' }}
| {% endfor %} | {% endfor %}
.table-body .table-body
| {% for shot in shots %} | {% for shot in shots %}