Commit 01f21eb8f5c7b81e30e5d6e23eab5b345ffd84d9
1 parent
1ff9302f
Exists in
master
and in
39 other branches
Linking with anchors
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/super_archives/templates/message-preview.html
@@ -16,7 +16,7 @@ | @@ -16,7 +16,7 @@ | ||
16 | {% endif %} | 16 | {% endif %} |
17 | 17 | ||
18 | <span class="subject"> | 18 | <span class="subject"> |
19 | - <a href="{{ doc.url }}" | 19 | + <a href="{{ doc.url }}#msg-{{ doc.id }}" |
20 | {% if | 20 | {% if |
21 | title="{% filter striptags|truncatewords:50 %} | 21 | title="{% filter striptags|truncatewords:50 %} |
22 | {{ doc.Description|escape }} | 22 | {{ doc.Description|escape }} |