From 7eb478b1113d5e598672bcd711a9f5f3c46b97b6 Mon Sep 17 00:00:00 2001 From: Ross Date: Sun, 16 Nov 2025 22:26:34 +0000 Subject: [PATCH] Refactor case management links: enhance layout and improve button accessibility in collection detail view --- atlas/templates/atlas/collection_detail.html | 58 ++++++++++++-------- 1 file changed, 35 insertions(+), 23 deletions(-) diff --git a/atlas/templates/atlas/collection_detail.html b/atlas/templates/atlas/collection_detail.html index e625fa09..fdc5d855 100644 --- a/atlas/templates/atlas/collection_detail.html +++ b/atlas/templates/atlas/collection_detail.html @@ -4,30 +4,42 @@ {% partialdef casedetails-management-links %} - ( - - {% if casedetail.default_viewerstate %} - - {% endif %} - ) - - () - - {% if collection.collection_type == "QUE" %} - ( - {% if casedetail.question_schema %} - - {% else %} - - {% endif %} + + {% endpartialdef %} {% block content %} @@ -92,7 +104,7 @@ {% if casedetail.case.series.count == 0 %}    {% endif %} - {{casedetail.case.title}} + {{casedetail.case.title}}  {% partial casedetails-management-links %}