# HG changeset patch
# User Brian Neal
# Date 1459476087 18000
# Node ID 882afcc6279ef33ed48f987533b05e5145d22de6
# Parent 1868467244d2e3c4a37a294c07c742702eba1685
Yahoo thread table now stacks on small devices.
diff -r 1868467244d2 -r 882afcc6279e sg101/templates/ygroup/v3/thread_list.html
--- a/sg101/templates/ygroup/v3/thread_list.html Thu Mar 31 20:32:46 2016 -0500
+++ b/sg101/templates/ygroup/v3/thread_list.html Thu Mar 31 21:01:27 2016 -0500
@@ -10,22 +10,20 @@
find the archived messages of our original Yahoo group. You can also search through these messages via our search page.
{% include "ygroup/v3/pagination.html" %}
-
+
+
+ Title | Author | Posts | Date |
+
+
+ {% for thread in page_obj.object_list %}
+
+ {{ thread.title }} |
+ {{ thread.poster }} |
+ {{ thread.post_count }} |
+ {{ thread.creation_date|date:"d M Y" }} |
+
+ {% endfor %}
+
+
{% include "ygroup/v3/pagination.html" %}
{% endblock %}