Show More
@@ -435,6 +435,7 b' Changed files:' | |||
|
435 | 435 | </div> |
|
436 | 436 | |
|
437 | 437 | </div> |
|
438 | ||
|
438 | 439 |
|
|
439 | 440 | <%include file="/compare/compare_commits.mako" /> |
|
440 | 441 | <div class="cs_files"> |
@@ -445,10 +446,13 b' Changed files:' | |||
|
445 | 446 | collapse_when_files_over=30, |
|
446 | 447 | disable_new_comments=not c.allowed_to_comment, |
|
447 | 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 | 455 |
|
|
450 | % endif | |
|
451 | </div> | |
|
452 | 456 | </div> |
|
453 | 457 | |
|
454 | 458 | ## template for inline comment form |
General Comments 0
You need to be logged in to leave comments.
Login now