Fix item link styling on search results

d42/ebin
informatic 2017-10-24 21:38:43 +02:00
parent be8a95685e
commit 60ec3238ff
1 changed files with 3 additions and 1 deletions

View File

@ -9,8 +9,10 @@
{% for parent in item.get_ancestors %}
{{ parent.name }} »
{% endfor %}
{% endif %}
<a href="{{ item.get_absolute_url }}">{{ item.name }}</a>
{% else %}
<a href="{{ item.get_absolute_url }}" style="display: block">{{ item.name }}</a>
{% endif %}
</td>
</tr>
{% empty %}