Removed link from tasks header
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
| {% block body %}
|
| {% block body %}
|
||||||
#col_main
|
#col_main
|
||||||
.col_header.task-list-header
|
.col_header.task-list-header
|
||||||
a(href="") Tasks ({{ tasks | count }})
|
| Tasks
|
||||||
a.task-project(href="{{url_for('projects.view', project_url=project.url)}}") {{ project.name }}
|
a.task-project(href="{{url_for('projects.view', project_url=project.url)}}") {{ project.name }}
|
||||||
|
|
||||||
a#task-add(href="javascript:task_create(undefined, 'generic');") + Create Task
|
a#task-add(href="javascript:task_create(undefined, 'generic');") + Create Task
|
||||||
|
Reference in New Issue
Block a user