Show More
@@ -471,13 +471,11 b'' | |||
|
471 | 471 | </div> |
|
472 | 472 | </div> |
|
473 | 473 | </div> |
|
474 | % elif c.pr_merge_source_commit.changed: | |
|
474 | % elif c.pr_merge_source_commit.changed and not c.pull_request.is_closed(): | |
|
475 | 475 | <div class="box"> |
|
476 | 476 | <div class="alert alert-info"> |
|
477 | 477 | <div> |
|
478 | % if c.pr_merge_source_commit.changed: | |
|
479 | 478 | <strong>${_('There are new changes for `{}:{}` in source repository, please consider updating this pull request.').format(c.pr_merge_source_commit.ref_spec.type, c.pr_merge_source_commit.ref_spec.name)}</strong> |
|
480 | % endif | |
|
481 | 479 | </div> |
|
482 | 480 | </div> |
|
483 | 481 | </div> |
General Comments 0
You need to be logged in to leave comments.
Login now