summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/threads/right_col.html
diff options
context:
space:
mode:
Diffstat (limited to 'hyperkitty/templates/threads/right_col.html')
-rw-r--r--hyperkitty/templates/threads/right_col.html14
1 files changed, 8 insertions, 6 deletions
diff --git a/hyperkitty/templates/threads/right_col.html b/hyperkitty/templates/threads/right_col.html
index c6d6d30..a9b5b38 100644
--- a/hyperkitty/templates/threads/right_col.html
+++ b/hyperkitty/templates/threads/right_col.html
@@ -33,11 +33,19 @@
<a href="#RmFav" class="saved">Remove from favorite discussions</a>
</p>
</form>
+ <div class="discussion">{{ num_comments }} comments</div>
+ <div class="participant">{{ participants|length }} participants</div>
<p class="unread">
{% if user.is_authenticated %}
<i class="unread icon-eye-close"></i> {{ unread_count }} unread messages
{% endif %}
</p>
+ {% if user.is_staff %}
+ <p><i class="icon-resize-small"></i>
+ <a href="{% url 'thread_reattach' mlist_fqdn=mlist.name threadid=threadid %}"
+ >Reattach this thread</a>
+ </p>
+ {% endif %}
<div id="tags">
{% include 'threads/tags.html' %}
</div>
@@ -50,12 +58,6 @@
{{ addtag_form.as_p }}
</form>
</div>
- {% if user.is_staff %}
- <p><i class="icon-resize-small"></i>
- <a href="{% url 'thread_reattach' mlist_fqdn=mlist.name threadid=threadid %}"
- >Reattach this thread</a>
- </p>
- {% endif %}
<div id="participants">
<span id="participants_title">participants</span> ({{participants|length}})
<ul>