diff --git a/src/templates/attract/shots/for_project.jade b/src/templates/attract/shots/for_project.jade index 71f3f73..d163e9a 100644 --- a/src/templates/attract/shots/for_project.jade +++ b/src/templates/attract/shots/for_project.jade @@ -55,7 +55,10 @@ 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", - title="Task: {{ task.name }}") + title="{{ task.properties.status | undertitle }} task: {{ task.name }}") + | {# First letter of the status. Disabled until we provide the user setting to turn it off + span {{ task.properties.status[0] }} + | #} | {% endfor %} //- Dirty hack, assume a user can create a task for a shot if they can edit the shot. | {% if 'PUT' in shot.allowed_methods %}