View task in shot context
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
a.col-list-item.task-list-item(
|
a.col-list-item.task-list-item(
|
||||||
class="status-{{ task.properties.status }} task-link",
|
class="status-{{ task.properties.status }} task-link",
|
||||||
title="In project '{{ task._project_info.name }}'",
|
title="In project '{{ task._project_info.name }}'",
|
||||||
href="{{ url_for('attract.tasks.perproject.view_task', project_url=task._project_info.url, task_id=task._id) }}")
|
href="{{ url_for('attract.shots.perproject.with_task', project_url=task._project_info.url, task_id=task._id) }}")
|
||||||
span.status-indicator
|
span.status-indicator
|
||||||
| {% if include_shotname and task._parent_info %}
|
| {% if include_shotname and task._parent_info %}
|
||||||
span.shotname {{ task._parent_info.name }}
|
span.shotname {{ task._parent_info.name }}
|
||||||
|
Reference in New Issue
Block a user