Add title to column collapsers
This commit is contained in:
@@ -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 %}
|
||||||
|
Reference in New Issue
Block a user