From 10d1f79668d88ff6e68f57ca0214320caa6a60a3 Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Tue, 18 Feb 2025 13:12:13 -0700 Subject: [PATCH] Add heading --- src/registrar/templates/admin/app_list.html | 23 +++++++++++++-------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/src/registrar/templates/admin/app_list.html b/src/registrar/templates/admin/app_list.html index c97f4cfee..30bdfb40b 100644 --- a/src/registrar/templates/admin/app_list.html +++ b/src/registrar/templates/admin/app_list.html @@ -3,6 +3,8 @@ {% if app_list %} {% for app in app_list %}
- {{ app.name }} - | - {% else %} -- {{ app.name }} - | - {% endif %} + {# .gov override: hide headers #} + {% comment %} + {% if show_changelinks %} ++ {{ app.name }} + | + {% else %} ++ {{ app.name }} + | + {% endif %} + {% endcomment %}||||||
---|---|---|---|---|---|---|---|---|---|
Model |