summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <a3li@gentoo.org>2011-11-19 17:47:04 +0100
committerAlex Legler <a3li@gentoo.org>2011-11-19 17:47:04 +0100
commit967860de4c1c5b2fd7db582ecd50eca105269d1b (patch)
treebd4f0efe1714873df7ac55ae2729f8ca8a248648
parentEnable templates for the title field (diff)
downloadglsamaker-967860de4c1c5b2fd7db582ecd50eca105269d1b.tar.gz
glsamaker-967860de4c1c5b2fd7db582ecd50eca105269d1b.tar.bz2
glsamaker-967860de4c1c5b2fd7db582ecd50eca105269d1b.zip
Show comments again in ascending order of creation
-rw-r--r--app/views/glsa/_comments.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/glsa/_comments.html.erb b/app/views/glsa/_comments.html.erb
index 0d92f5d..65cac94 100644
--- a/app/views/glsa/_comments.html.erb
+++ b/app/views/glsa/_comments.html.erb
@@ -6,6 +6,6 @@
]
) %>
<ul id="commentslist">
- <%= render :partial => "comment", :collection => @glsa.comments.order("created_at DESC") %>
+ <%= render :partial => "comment", :collection => @glsa.comments.order("created_at ASC") %>
</ul>
</div>