Add quick-view icons for case details in case list item template
This commit is contained in:
@@ -22,6 +22,19 @@
|
|||||||
• <span class="text-success">Questions defined</span>
|
• <span class="text-success">Questions defined</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{# Quick-view icons: open case page (contains history, discussion, report) #}
|
||||||
|
<a class="btn btn-outline-secondary" href="{% url 'atlas:case_detail' casedetail.case.pk %}" title="View history">
|
||||||
|
<i class="bi bi-clock-history"></i>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a class="btn btn-outline-secondary" href="{% url 'atlas:case_detail' casedetail.case.pk %}" title="View discussion">
|
||||||
|
<i class="bi bi-chat-left-text"></i>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a class="btn btn-outline-secondary" href="{% url 'atlas:case_detail' casedetail.case.pk %}" title="View report">
|
||||||
|
<i class="bi bi-file-earmark-text"></i>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="d-flex align-items-center ms-3">
|
<div class="d-flex align-items-center ms-3">
|
||||||
|
|||||||
Reference in New Issue
Block a user