summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/month_view.html
diff options
context:
space:
mode:
Diffstat (limited to 'hyperkitty/templates/month_view.html')
-rw-r--r--hyperkitty/templates/month_view.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/templates/month_view.html b/hyperkitty/templates/month_view.html
index 16bef68..243c8b1 100644
--- a/hyperkitty/templates/month_view.html
+++ b/hyperkitty/templates/month_view.html
@@ -37,7 +37,7 @@
{% for thread in threads %}
<!-- New thread -->
<div class="thread">
- <div class="notsaved">
+ <div class="{% if thread.favorite %}saved{% else %}notsaved{% endif %}">
<span class="thread_title"><a name="{{thread.thread_id}}"
href="{% url thread threadid=thread.thread_id, mlist_fqdn=list_address %}"
>{{ thread.starting_email.subject|strip_subject:mlist }}</a></span>