diff options
| author | Aurélien Bompard <aurelien@bompard.org> | 2012-10-29 12:38:02 +0100 |
|---|---|---|
| committer | Aurélien Bompard <aurelien@bompard.org> | 2012-10-29 12:38:02 +0100 |
| commit | 6e9398b46d16be2206f966e0aa028ddce9520a87 (patch) | |
| tree | 7a5d6bade42bcab9424981f2b5b069d98f477db3 /hyperkitty/templates/message.html | |
| parent | 03185e96db7963c4bbc151998468b9af33fdd6b9 (diff) | |
Add a button back to the thread in the message view
Diffstat (limited to 'hyperkitty/templates/message.html')
| -rw-r--r-- | hyperkitty/templates/message.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hyperkitty/templates/message.html b/hyperkitty/templates/message.html index 35c3add..6c26c4f 100644 --- a/hyperkitty/templates/message.html +++ b/hyperkitty/templates/message.html @@ -1,5 +1,7 @@ {% extends "base.html" %} {% load gravatar %} +{% load hk_generic %} +{% load storm %} {% block additional_stylesheets %} <link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/thread.css" /> @@ -8,6 +10,9 @@ {% block content %} <header> + <a class="thread-back" + href="{% url thread threadid=message.thread_id, mlist_fqdn=list_address %}"> + </a> <h1>{{ message.subject }}</h1> </header> |
