diff 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
line wrap: on
line diff
--- a/rhodecode/templates/pullrequests/pullrequest_show.html	Thu Jun 27 22:54:39 2013 +0200
+++ b/rhodecode/templates/pullrequests/pullrequest_show.html	Wed Jun 12 02:13:05 2013 +0200
@@ -212,8 +212,8 @@
       ## main comment form and it 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,
-                                close_btn=True, change_status=c.allowed_to_change_status)}
+                         c.current_changeset_status,
+                         is_pr=True, change_status=c.allowed_to_change_status)}
     %endif
 
     <script type="text/javascript">