comparison rhodecode/templates/pullrequests/pullrequest_show.html @ 4051:fd4ea41c2dc1

pull requests: make the difference between changeset comments with status and PR comments with votes more obvious
author Mads Kiilerich <madski@unity3d.com>
date Wed, 12 Jun 2013 02:13:05 +0200
parents 3608f15f51ed
children 3625fd19b201
comparison
equal deleted inserted replaced
4050:fd5d7b17fa72 4051:fd4ea41c2dc1
210 210
211 % if not c.pull_request.is_closed(): 211 % if not c.pull_request.is_closed():
212 ## main comment form and it status 212 ## main comment form and it status
213 ${comment.comments(h.url('pullrequest_comment', repo_name=c.repo_name, 213 ${comment.comments(h.url('pullrequest_comment', repo_name=c.repo_name,
214 pull_request_id=c.pull_request.pull_request_id), 214 pull_request_id=c.pull_request.pull_request_id),
215 c.current_changeset_status, 215 c.current_changeset_status,
216 close_btn=True, change_status=c.allowed_to_change_status)} 216 is_pr=True, change_status=c.allowed_to_change_status)}
217 %endif 217 %endif
218 218
219 <script type="text/javascript"> 219 <script type="text/javascript">
220 YUE.onDOMReady(function(){ 220 YUE.onDOMReady(function(){
221 PullRequestAutoComplete('user', 'reviewers_container', _USERS_AC_DATA, _GROUPS_AC_DATA); 221 PullRequestAutoComplete('user', 'reviewers_container', _USERS_AC_DATA, _GROUPS_AC_DATA);