Titles for tasks
This commit is contained in:
@@ -46,9 +46,11 @@
|
||||
data-task-id="{{ task._id }}",
|
||||
id="task-{{ task._id }}",
|
||||
href="{{ url_for('attract.shots.perproject.with_task', project_url=project.url, task_id=task._id) }}",
|
||||
class="status-{{ task.properties.status }} task-link")
|
||||
class="status-{{ task.properties.status }} task-link",
|
||||
title="Task: {{ task.name }}")
|
||||
| {% endfor %}
|
||||
a.task-add(
|
||||
title="Add a new '{{ task_type }}' task",
|
||||
class="task-add-link {% if tasks_for_shots[shot._id][task_type] %}hidden{% endif %}"
|
||||
href="javascript:task_create('{{ shot._id }}', '{{ project.url }}', '{{ task_type }}');")
|
||||
| + Task
|
||||
|
Reference in New Issue
Block a user