Some tweaks for shot editing
This commit is contained in:
@@ -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 }}');",
|
||||
|
Reference in New Issue
Block a user