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 %}
+ {# .gov override: display the app name as a h2 rather than a table header #} +

{{ app.name }}

{# .gov override: add headers #} @@ -13,15 +15,18 @@ {% endif %} - {% if show_changelinks %} - - {% else %} - - {% endif %} + {# .gov override: hide headers #} + {% comment %} + {% if show_changelinks %} + + {% else %} + + {% endif %} + {% endcomment %}
- {{ app.name }} - - {{ app.name }} - + {{ app.name }} + + {{ app.name }} +
Model