mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 00:12:16 +02:00
define col scopes
This commit is contained in:
parent
4daec217d7
commit
1326d04e6d
1 changed files with 9 additions and 4 deletions
|
@ -6,23 +6,28 @@
|
|||
<table>
|
||||
|
||||
{# .gov override: add headers #}
|
||||
{% if show_changelinks %}
|
||||
<colgroup span="3"></colgroup>
|
||||
{% else %}
|
||||
<colgroup span="2"></colgroup>
|
||||
{% endif %}
|
||||
<thead>
|
||||
<tr>
|
||||
{% if show_changelinks %}
|
||||
<th colspan="3" class="primary-th">
|
||||
<th colspan="3" class="primary-th" scope="colgroup">
|
||||
{{ app.name }}
|
||||
</th>
|
||||
{% else %}
|
||||
<th colspan="2" class="primary-th">
|
||||
<th colspan="2" class="primary-th" scope="colgroup">
|
||||
{{ app.name }}
|
||||
</th>
|
||||
{% endif %}
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="col">Model</th>
|
||||
<th><span class="display-inline-block min-width-25">Add</span></th>
|
||||
<th scope="col"><span class="display-inline-block min-width-25">Add</span></th>
|
||||
{% if show_changelinks %}
|
||||
<th>
|
||||
<th scope="col">
|
||||
<span class="display-inline-block min-width-81">
|
||||
{% translate 'View/Change' %}</th>
|
||||
</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue