From b92a969a3b527f13478330194d5396f25e238fb6 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 3 Nov 2025 15:36:15 +0000 Subject: [PATCH] Refactor index and view templates to improve layout; remove unnecessary details tag for cleaner code --- atlas/templates/atlas/index.html | 2 +- atlas/templates/atlas/view.html | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/atlas/templates/atlas/index.html b/atlas/templates/atlas/index.html index 6fd4eaa2..ae6d5213 100644 --- a/atlas/templates/atlas/index.html +++ b/atlas/templates/atlas/index.html @@ -32,7 +32,7 @@
-
+
Quick links
    diff --git a/atlas/templates/atlas/view.html b/atlas/templates/atlas/view.html index aa514e3e..1858a25c 100755 --- a/atlas/templates/atlas/view.html +++ b/atlas/templates/atlas/view.html @@ -8,7 +8,7 @@

    My Collections

    -
    +{% comment %}

    Filter

    @@ -18,9 +18,10 @@
    + {% endcomment %} View my cases. - {% render_table table %} + {% include "generic/partials/filter_bar.html" with filter=filter app_name=app_name collapse_id="bottom-filter-body" %}