The previous fix for the search result table width was incorrect.
Commit ready for merge. - Legacy-Id: 10622
This commit is contained in:
parent
7d3c2681e2
commit
b23952c615
|
@ -91,8 +91,6 @@
|
|||
{% endif %}
|
||||
{% if doc.shepherd %}<a title="Shepherd" href="mailto:{{doc.shepherd}}"><small class="text-muted">{{doc.shepherd.person.name}}</small></a>{% endif %}
|
||||
</td>
|
||||
{% else %}
|
||||
<td></td>
|
||||
{% endif %}
|
||||
|
||||
</tr>
|
||||
|
|
|
@ -43,11 +43,7 @@
|
|||
<tbody>
|
||||
<tr class="info">
|
||||
<th></th>
|
||||
{% if "ad" in meta.headers %}
|
||||
<th colspan="{{ meta.headers|length|add:"-1" }}">
|
||||
{% else %}
|
||||
<th colspan="{{ meta.headers|length }}">
|
||||
{% endif %}
|
||||
<th colspan="{{ meta.headers|length|add:"-1" }}">
|
||||
{{ doc_group.grouper|plural:doc_group.list }}
|
||||
</th>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in a new issue