diff --git a/rhodecode/templates/pullrequests/pullrequest_show.mako b/rhodecode/templates/pullrequests/pullrequest_show.mako --- a/rhodecode/templates/pullrequests/pullrequest_show.mako +++ b/rhodecode/templates/pullrequests/pullrequest_show.mako @@ -471,13 +471,11 @@ - % elif c.pr_merge_source_commit.changed: + % elif c.pr_merge_source_commit.changed and not c.pull_request.is_closed():
- % if c.pr_merge_source_commit.changed: ${_('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)} - % endif