diff rhodecode/templates/changeset/changeset.html @ 2608:58c529332e7e beta

Added option to close pull requests, in future that will be close & merge
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 15 Jul 2012 03:14:58 +0200
parents 79818f546538
children d5e42c00f3c1
line wrap: on
line diff
--- a/rhodecode/templates/changeset/changeset.html	Sun Jul 15 02:01:38 2012 +0200
+++ b/rhodecode/templates/changeset/changeset.html	Sun Jul 15 03:14:58 2012 +0200
@@ -136,7 +136,10 @@
     <%namespace name="comment" file="/changeset/changeset_file_comment.html"/>
     ${comment.comment_inline_form()}
 
-    ## render comments main comments form and it status
+    ## render comments and inlines
+    ${comment.generate_comments()}
+
+    ## main comment form and it status
     ${comment.comments(h.url('changeset_comment', repo_name=c.repo_name, revision=c.changeset.raw_id),
                        h.changeset_status(c.rhodecode_db_repo, c.changeset.raw_id))}