summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/threads/summary_thread_large.html
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-06-12 19:34:38 +0200
committerAurélien Bompard <aurelien@bompard.org>2013-06-12 19:34:38 +0200
commita195f1b150d2b17cdefd64038528b53035d585f7 (patch)
tree24631dfe458c691636dd9e4c37b5c104c120ff80 /hyperkitty/templates/threads/summary_thread_large.html
parente5c785c29f2af0f9978814f7a34132388c44045d (diff)
downloadhyperkitty-a195f1b150d2b17cdefd64038528b53035d585f7.tar.gz
hyperkitty-a195f1b150d2b17cdefd64038528b53035d585f7.tar.xz
hyperkitty-a195f1b150d2b17cdefd64038528b53035d585f7.zip
Use spaces instead of tabs in the templates
Diffstat (limited to 'hyperkitty/templates/threads/summary_thread_large.html')
-rw-r--r--hyperkitty/templates/threads/summary_thread_large.html116
1 files changed, 57 insertions, 59 deletions
diff --git a/hyperkitty/templates/threads/summary_thread_large.html b/hyperkitty/templates/threads/summary_thread_large.html
index 70dcd7f..66bff39 100644
--- a/hyperkitty/templates/threads/summary_thread_large.html
+++ b/hyperkitty/templates/threads/summary_thread_large.html
@@ -3,62 +3,60 @@
{% load hk_generic %}
{% load storm %}
- <div class="thread{% if thread.unread %} unread{% endif %}">
- <div class="{% if thread.favorite %}saved{% else %}notsaved{% endif %}">
- <span class="thread-title">
- {% if thread.unread %}
- <i class="unread icon-eye-close" title="Unread"></i>
- {% endif %}
- <a name="{{thread.thread_id}}"
- href="{% url 'thread' threadid=thread.thread_id mlist_fqdn=mlist.name %}"
- >{{ thread.starting_email.subject|strip_subject:mlist }}</a></span>
- <span class="thread-date">{{ thread|get_date|timesince }}</span>
- </div>
- <div class="thread-content">
- {% if thread.category_tag %}
- <div class="inline-block type type_{{thread.category_tag}}">
- <a href="{% url 'search_tag' mlist_fqdn=mlist.name tag=thread.category_tag %}"
- >{{thread.category}}</a>
- </div>
- {% endif %}
- {% if thread.category %}
- <div class="inline-block type type_{{thread.category|lower}}">
- <a href="{% url 'search_tag' mlist_fqdn=mlist.name tag=thread.category|lower %}"
- >{{thread.category}}</a>
- </div>
- {% endif %}
- <div class="gravatar">
- {% if thread.starting_email.sender_email %}
- {% gravatar thread.starting_email.sender_email 40 %}
- <br />
- {% endif %}
- {{ thread.starting_email.sender_name|escapeemail }}
- </div>
- <div class="thread-email">
- <span class="expander collapsed">
- {{ thread.starting_email.content|urlizetrunc:76|escapeemail }}
- </span>
- </div>
- </div>
- <div class="thread-info">
- <div class="tags">
- {% if thread.tags|length %}
- Tags:
- <ul class="tags inline">
- {% for tag in thread.tags %}
- <li>
- <a href="{% url 'search_tag' mlist_fqdn=mlist.name tag=tag.tag %}">{{tag.tag}}</a>
- </li>
- {% endfor %}
- </ul>
- {% endif %}
- </div>
- <span class="participant">{{ thread.participants|length }} participants</span>
- <span class="discussion">{{ thread|length }} comments</span>
- {% include "messages/like_form.html" with message_id_hash=thread.starting_email.message_id_hash object=thread %}
- <a href="{% url 'thread' threadid=thread.thread_id mlist_fqdn=mlist.name %}"
- class="btn thread-show">Show discussion</a>
- </div>
- </div>
-
-{# vim: set noet: #}
+ <div class="thread{% if thread.unread %} unread{% endif %}">
+ <div class="{% if thread.favorite %}saved{% else %}notsaved{% endif %}">
+ <span class="thread-title">
+ {% if thread.unread %}
+ <i class="unread icon-eye-close" title="Unread"></i>
+ {% endif %}
+ <a name="{{thread.thread_id}}"
+ href="{% url 'thread' threadid=thread.thread_id mlist_fqdn=mlist.name %}"
+ >{{ thread.starting_email.subject|strip_subject:mlist }}</a></span>
+ <span class="thread-date">{{ thread|get_date|timesince }}</span>
+ </div>
+ <div class="thread-content">
+ {% if thread.category_tag %}
+ <div class="inline-block type type_{{thread.category_tag}}">
+ <a href="{% url 'search_tag' mlist_fqdn=mlist.name tag=thread.category_tag %}"
+ >{{thread.category}}</a>
+ </div>
+ {% endif %}
+ {% if thread.category %}
+ <div class="inline-block type type_{{thread.category|lower}}">
+ <a href="{% url 'search_tag' mlist_fqdn=mlist.name tag=thread.category|lower %}"
+ >{{thread.category}}</a>
+ </div>
+ {% endif %}
+ <div class="gravatar">
+ {% if thread.starting_email.sender_email %}
+ {% gravatar thread.starting_email.sender_email 40 %}
+ <br />
+ {% endif %}
+ {{ thread.starting_email.sender_name|escapeemail }}
+ </div>
+ <div class="thread-email">
+ <span class="expander collapsed">
+ {{ thread.starting_email.content|urlizetrunc:76|escapeemail }}
+ </span>
+ </div>
+ </div>
+ <div class="thread-info">
+ <div class="tags">
+ {% if thread.tags|length %}
+ Tags:
+ <ul class="tags inline">
+ {% for tag in thread.tags %}
+ <li>
+ <a href="{% url 'search_tag' mlist_fqdn=mlist.name tag=tag.tag %}">{{tag.tag}}</a>
+ </li>
+ {% endfor %}
+ </ul>
+ {% endif %}
+ </div>
+ <span class="participant">{{ thread.participants|length }} participants</span>
+ <span class="discussion">{{ thread|length }} comments</span>
+ {% include "messages/like_form.html" with message_id_hash=thread.starting_email.message_id_hash object=thread %}
+ <a href="{% url 'thread' threadid=thread.thread_id mlist_fqdn=mlist.name %}"
+ class="btn thread-show">Show discussion</a>
+ </div>
+ </div>