Changeset - 89931a504fcf
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2013-01-23 20:54:05
marcin@python-works.com
remove comments associated to pull request from single changesets, it's too confusing.
Left are only ones that are status change so we can indicate where the status of this changeset came from
1 file changed with 4 insertions and 0 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/changeset/changeset_file_comment.html
Show inline comments
 
@@ -117,7 +117,11 @@
 

	
 
    %for co in c.comments:
 
        <div id="comment-tr-${co.comment_id}">
 
          ## only render comments that are not from pull request, or from
 
          ## pull request and a status change
 
          %if not co.pull_request or co.pull_request and co.status_change:
 
          ${comment_block(co)}
 
          %endif
 
        </div>
 
    %endfor
 
</div>
0 comments (0 inline, 0 general)