From e407326c25fb6bdb30c6b358d525dbe7646d618c Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 15 Nov 2025 23:12:58 +0000 Subject: [PATCH] Refactor collection headers: convert to responsive navbar layout with dropdown actions --- atlas/templates/atlas/collection_headers.html | 55 +++++++++++++------ 1 file changed, 39 insertions(+), 16 deletions(-) diff --git a/atlas/templates/atlas/collection_headers.html b/atlas/templates/atlas/collection_headers.html index ec9ab3c1..ea56cb83 100644 --- a/atlas/templates/atlas/collection_headers.html +++ b/atlas/templates/atlas/collection_headers.html @@ -1,20 +1,43 @@ -{% if request.user.is_authenticated %} - Collection: {{collection.name}}-> Overview / - Cases / - History / - Mark / - Scores / - Candidates / - Add New Case / -
- Edit - \ Delete - \ Clone - \ Authors +{% if request.user.is_authenticated and collection %} + {% endif %}