##// END OF EJS Templates
remove comments associated to pull request from single changesets, it's too confusing....
marcink -
r3200:89931a50 beta
parent child Browse files
Show More
@@ -117,7 +117,11 b''
117
117
118 %for co in c.comments:
118 %for co in c.comments:
119 <div id="comment-tr-${co.comment_id}">
119 <div id="comment-tr-${co.comment_id}">
120 ## only render comments that are not from pull request, or from
121 ## pull request and a status change
122 %if not co.pull_request or co.pull_request and co.status_change:
120 ${comment_block(co)}
123 ${comment_block(co)}
124 %endif
121 </div>
125 </div>
122 %endfor
126 %endfor
123 </div>
127 </div>
General Comments 0
You need to be logged in to leave comments. Login now