[refs #18] forgot comments order

This commit is contained in:
Alexander Machehin 2012-01-17 16:30:11 +06:00
parent d2c5df93a9
commit 95b4e2557c
1 changed files with 1 additions and 1 deletions

View File

@ -27,4 +27,4 @@
- content_for :sidebar, render(:partial => 'git/shared/sidebar')
= render :partial => "comments/list", :locals => {:list => Project.commit_comments(@commit, @project), :project => @project, :commentable => @commit}
= render :partial => "comments/list", :locals => {:list => Project.commit_comments(@commit, @project).order(:created_at), :project => @project, :commentable => @commit}