From 95d5fd99a7c0507f4b99863d787e1392ae97addb Mon Sep 17 00:00:00 2001 From: Emmanuelle Vargas-Gonzalez Date: Wed, 23 Feb 2022 11:12:09 -0500 Subject: [PATCH] [CTID-29] Add a "Close Button" on the Analyze Page (#159) - Enclose the index link inside a block modify its content on the analyze page to provide a button with more relevant text. --- src/tram/templates/analyze.html | 4 ++++ src/tram/templates/base.html | 2 ++ 2 files changed, 6 insertions(+) diff --git a/src/tram/templates/analyze.html b/src/tram/templates/analyze.html index 496fab3976..7685c0f200 100644 --- a/src/tram/templates/analyze.html +++ b/src/tram/templates/analyze.html @@ -11,6 +11,10 @@ {% endblock %} +{% block back-to-index-link %} +Close Report +{% endblock %} + {% block body %}

{{ report_name }}

diff --git a/src/tram/templates/base.html b/src/tram/templates/base.html index 39d021985e..c4b089f6da 100644 --- a/src/tram/templates/base.html +++ b/src/tram/templates/base.html @@ -39,7 +39,9 @@