Commit 01f21eb8f5c7b81e30e5d6e23eab5b345ffd84d9

Authored by Sergio Oliveira
1 parent 1ff9302f

Linking with anchors

src/super_archives/templates/message-preview.html
... ... @@ -16,7 +16,7 @@
16 16 {% endif %}
17 17  
18 18 <span class="subject">
19   - <a href="{{ doc.url }}"
  19 + <a href="{{ doc.url }}#msg-{{ doc.id }}"
20 20 {% if
21 21 title="{% filter striptags|truncatewords:50 %}
22 22 {{ doc.Description|escape }}
... ...