##// END OF EJS Templates
pull-requests: fixed small UI issues in case of missing commits inside a Pull request.
marcink -
r1287:27ca0c8b default
parent child Browse files
Show More
@@ -435,6 +435,7 b' Changed files:'
435 </div>
435 </div>
436
436
437 </div>
437 </div>
438
438 % if not c.missing_commits:
439 % if not c.missing_commits:
439 <%include file="/compare/compare_commits.mako" />
440 <%include file="/compare/compare_commits.mako" />
440 <div class="cs_files">
441 <div class="cs_files">
@@ -445,10 +446,13 b' Changed files:'
445 collapse_when_files_over=30,
446 collapse_when_files_over=30,
446 disable_new_comments=not c.allowed_to_comment,
447 disable_new_comments=not c.allowed_to_comment,
447 deleted_files_comments=c.deleted_files_comments)}
448 deleted_files_comments=c.deleted_files_comments)}
449 </div>
450 % else:
451 ## skipping commits we need to clear the view for missing commits
452 <div style="clear:both;"></div>
453 % endif
448
454
449 </div>
455 </div>
450 % endif
451 </div>
452 </div>
456 </div>
453
457
454 ## template for inline comment form
458 ## template for inline comment form
General Comments 0
You need to be logged in to leave comments. Login now