diff options
Diffstat (limited to 'hyperkitty/templates/message.html')
-rw-r--r-- | hyperkitty/templates/message.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/hyperkitty/templates/message.html b/hyperkitty/templates/message.html index 25983ec..1425218 100644 --- a/hyperkitty/templates/message.html +++ b/hyperkitty/templates/message.html @@ -6,10 +6,10 @@ {% block content %} <div class="message-header"> - <a class="thread-back" - href="{% url thread threadid=message.thread_id, mlist_fqdn=list_address %}"> - </a> - <h1>{{ message.subject }}</h1> + <a class="thread-back" + href="{% url thread threadid=message.thread_id, mlist_fqdn=list_address %}"> + </a> {# the background image will be a "back to thread" button #} + <h1>{{ message.subject }}</h1> </div> <section id="thread_content"> @@ -17,3 +17,5 @@ </section> {% endblock %} + +{# vim: set noet: #} |