Some tweaks for shot editing

This commit is contained in:
2016-09-22 15:44:24 +02:00
parent b5d335672e
commit a786fc3b3d
2 changed files with 21 additions and 10 deletions

View File

@@ -18,7 +18,7 @@
| {% endfor %}
.table-body
| {% for shot in shots %}
.table-row
.table-row(id="shot-{{ shot._id }}")
.table-cell
img(src="http://placehold.it/100x60")
.table-cell.shot-name
@@ -28,7 +28,7 @@
class="status-{{ shot.properties.status }}")
span(class="shot-name-{{ shot._id }}") {{ shot.name }}
| {% for task_type in task_types %}
.table-cell.task-name
.table-cell
| {% for task in tasks_for_shots[shot._id][task_type] %}
a(
href="javascript:task_open('{{ task._id }}', '{{ project.url }}');",