comparison 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
comparison
equal deleted inserted replaced
2442:3bf057a7f7e8 2443:fd0a822481ec
68 ## template for inline comment form 68 ## template for inline comment form
69 <%namespace name="comment" file="/changeset/changeset_file_comment.html"/> 69 <%namespace name="comment" file="/changeset/changeset_file_comment.html"/>
70 ##${comment.comment_inline_form(c.changeset)} 70 ##${comment.comment_inline_form(c.changeset)}
71 71
72 ## render comments main comments form and it status 72 ## render comments main comments form and it status
73 ##${comment.comments(h.url('pull_request_comment', repo_name=c.repo_name, pull_request_id=c.pull_request.pull_request_id), 73 ${comment.comments(h.url('pullrequest_comment', repo_name=c.repo_name, pull_request_id=c.pull_request.pull_request_id),
74 ## c.current_changeset_status)} 74 c.current_changeset_status)}
75 75
76 </div> 76 </div>
77 77
78 <script type="text/javascript"> 78 <script type="text/javascript">
79 79