diff rhodecode/templates/pullrequests/pullrequest_show.html @ 2443:fd0a822481ec codereview

- added commenting to pull requests - it's now possible to change pull request status via changeset status option - status flags with associated pull requests are links to pull request they been changed in
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 11 Jun 2012 00:58:24 +0200
parents 1bc579bcd67a
children 8eab81115660
line wrap: on
line diff
--- a/rhodecode/templates/pullrequests/pullrequest_show.html	Sun Jun 10 23:18:27 2012 +0200
+++ b/rhodecode/templates/pullrequests/pullrequest_show.html	Mon Jun 11 00:58:24 2012 +0200
@@ -70,8 +70,8 @@
     ##${comment.comment_inline_form(c.changeset)}
 
     ## render comments main comments form and it status
-    ##${comment.comments(h.url('pull_request_comment', repo_name=c.repo_name, pull_request_id=c.pull_request.pull_request_id),
-    ##                   c.current_changeset_status)}
+    ${comment.comments(h.url('pullrequest_comment', repo_name=c.repo_name, pull_request_id=c.pull_request.pull_request_id),
+                       c.current_changeset_status)}
     
 </div>