Merged in [10622] from lars@netapp.com:
The previous fix for the search result table width was incorrect.
- Legacy-Id: 10649
Note: SVN reference [10622] has been migrated to Git commit b23952c615
This commit is contained in:
parent
0bf05c3f11
commit
b010a9c7c0
|
@ -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 %}
|
||||
|
||||
{% if color_row_positions %}
|
||||
|
|
|
@ -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