diff --git a/templates/barriers/partials/dashboard_tasks.html b/templates/barriers/partials/dashboard_tasks.html index 86410e86f..3c726caa8 100644 --- a/templates/barriers/partials/dashboard_tasks.html +++ b/templates/barriers/partials/dashboard_tasks.html @@ -17,11 +17,27 @@
{{ barrier.task_list|length }} Tasks on this barrier
{{ barrier.task_list.0.message }}
++ {% for text_section in barrier.task_list.0.message %} + {% if text_section == barrier.task_list.0.link_text %} + {{ text_section }} + {% else %} + {{ text_section }} + {% endif %} + {% endfor %} +
{% endif %}{{ barrier.modified_by }} updated on {{ barrier.modified_on }}