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:
Henrik Levkowetz 2016-01-12 17:00:44 +00:00
parent 0bf05c3f11
commit b010a9c7c0
2 changed files with 1 additions and 7 deletions

View file

@ -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 %}

View file

@ -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>