mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 12:08:40 +02:00
Add heading
This commit is contained in:
parent
e827a05599
commit
10d1f79668
1 changed files with 14 additions and 9 deletions
|
@ -3,6 +3,8 @@
|
||||||
{% if app_list %}
|
{% if app_list %}
|
||||||
{% for app in app_list %}
|
{% for app in app_list %}
|
||||||
<div class="app-{{ app.app_label }} module{% if app.app_url in request.path|urlencode %} current-app{% endif %}">
|
<div class="app-{{ app.app_label }} module{% if app.app_url in request.path|urlencode %} current-app{% endif %}">
|
||||||
|
{# .gov override: display the app name as a h2 rather than a table header #}
|
||||||
|
<h2>{{ app.name }}</h2>
|
||||||
<table>
|
<table>
|
||||||
|
|
||||||
{# .gov override: add headers #}
|
{# .gov override: add headers #}
|
||||||
|
@ -13,15 +15,18 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
{% if show_changelinks %}
|
{# .gov override: hide headers #}
|
||||||
<th colspan="3" class="primary-th" scope="colgroup">
|
{% comment %}
|
||||||
{{ app.name }}
|
{% if show_changelinks %}
|
||||||
</th>
|
<th colspan="3" class="primary-th" scope="colgroup">
|
||||||
{% else %}
|
{{ app.name }}
|
||||||
<th colspan="2" class="primary-th" scope="colgroup">
|
</th>
|
||||||
{{ app.name }}
|
{% else %}
|
||||||
</th>
|
<th colspan="2" class="primary-th" scope="colgroup">
|
||||||
{% endif %}
|
{{ app.name }}
|
||||||
|
</th>
|
||||||
|
{% endif %}
|
||||||
|
{% endcomment %}
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">Model</th>
|
<th scope="col">Model</th>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue