|
|
@ -172,7 +172,7 @@
|
|
|
|
<a {% if status.type == 'Task' and status.type_id %} href="{% url 'detailed-project' status.project %}" {% elif status.type == 'Daily Report' %} href="{% url 'dailyreports' %}" {% endif %}>
|
|
|
|
<a {% if status.type == 'Task' and status.type_id %} href="{% url 'detailed-project' status.project %}" {% elif status.type == 'Daily Report' %} href="{% url 'dailyreports' %}" {% endif %}>
|
|
|
|
<div class="w-full flex justify-end items-center mt-1 text-gray-400 hover:text-secondosiblue duration-300 cursor-pointer">
|
|
|
|
<div class="w-full flex justify-end items-center mt-1 text-gray-400 hover:text-secondosiblue duration-300 cursor-pointer">
|
|
|
|
{% if status.type == 'Task' %}
|
|
|
|
{% if status.type == 'Task' %}
|
|
|
|
<p class="text-xs font-light">{{status.task.project}}</p>
|
|
|
|
<p class="text-xs font-light">{{status.project_name}}</p>
|
|
|
|
{% elif status.type == 'Daily Report' %}
|
|
|
|
{% elif status.type == 'Daily Report' %}
|
|
|
|
<p class="text-xs font-light">View Daily Report</p>
|
|
|
|
<p class="text-xs font-light">View Daily Report</p>
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|