Commit b71ec535f12eefe0b42e24979f6cbe67b84ad7bf

Authored by Sergio Oliveira
2 parents 398bed60 d64dd729

Merge branch 'master' of github.com:TracyWebTech/colab

src/super_archives/templates/message-preview.html
@@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
5 <span class="glyphicon glyphicon-{{ result.icon_name }}" title="{{ result.type }}"></span> 5 <span class="glyphicon glyphicon-{{ result.icon_name }}" title="{{ result.type }}"></span>
6 6
7 {% if result.tag %} 7 {% if result.tag %}
8 -<a href="{% firstof result.mailinglist_url result.url %}"> 8 +<a href="{% firstof result.mailinglist_url result.mailinglist.get_absolute_url result.url %}">
9 <span class="label label-primary">{{ result.tag }}</span> 9 <span class="label label-primary">{{ result.tag }}</span>
10 </a> 10 </a>
11 {% endif %} 11 {% endif %}