# HG changeset patch # User nishanth # Date 1267573496 -19800 # Node ID 72d57f59a561435f8f90a9302caf50ef1c5eb9aa # Parent c083ebb6f8d72226006d34984b555300bc81fc09 now subtasks and dependencies in view_task page and other task_lists in home page are displayed as bulleted lists. diff -r c083ebb6f8d7 -r 72d57f59a561 templates/index.html --- a/templates/index.html Wed Mar 03 04:45:38 2010 +0530 +++ b/templates/index.html Wed Mar 03 05:14:56 2010 +0530 @@ -86,34 +86,38 @@ --> {% if unpublished_tasks %} - Unpublished tasks viewable by you:
+ Unpublished tasks viewable by you:


{% endif %} {% if mentored_tasks %} - Tasks you are mentoring:
+ Tasks you are mentoring:


{% endif %} {% if working_tasks %} - Tasks that have been assigned to you:
+ Tasks that have been assigned to you:


{% endif %} {% if claimed_tasks %} - Tasks claimed but still not assigned to you:
+ Tasks claimed but still not assigned to you:


{% endif %} diff -r c083ebb6f8d7 -r 72d57f59a561 templates/task/view.html --- a/templates/task/view.html Wed Mar 03 04:45:38 2010 +0530 +++ b/templates/task/view.html Wed Mar 03 05:14:56 2010 +0530 @@ -52,17 +52,18 @@ {% if task.tags.count %} Tags: {% for tag in task.tags %} - tag + {{tag}} {% endfor %}
{% endif %} {% if deps %} -
The task has following dependencies.
+
The task has following dependencies. {% if can_mod_tasks %} add more dependencies @@ -72,10 +73,11 @@ {% else %} {% if subs %} - The task has following sub tasks.
+ The task has following sub tasks. {% if can_mod_tasks %} add more subtasks