[extensions-web] extensions: Show comments, most recent first



commit 68e2050ccaa959b6dd4ab3eb06be8f023389f592
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Sun Jun 3 03:18:59 2012 -0400

    extensions: Show comments, most recent first

 .../extensions/templates/extensions/comments.html  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sweettooth/extensions/templates/extensions/comments.html b/sweettooth/extensions/templates/extensions/comments.html
index 5aaafd9..2a6e559 100644
--- a/sweettooth/extensions/templates/extensions/comments.html
+++ b/sweettooth/extensions/templates/extensions/comments.html
@@ -3,7 +3,7 @@
   {% load comments %}
   {% load gravatar %}
   {% get_comment_list for extension as comments %}
-  {% for comment in comments %}
+  {% for comment in comments reversed %}
   {% if comment.user == extension.creator %}
   <div class="comment extension-creator">
     <div class="extension-creator-badge">Author</div>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]