# HG changeset patch # User Mads Kiilerich # Date 2014-07-18 18:44:54 # Node ID f4c9b0f76d79d74afe8768f057fea0b9f931c5a8 # Parent 486cd40776c28868d5d71db3d564e549ab2f3715 pull requests: urlify of hashes in PR description should point at the source repo diff --git a/kallithea/templates/pullrequests/pullrequest_show.html b/kallithea/templates/pullrequests/pullrequest_show.html --- a/kallithea/templates/pullrequests/pullrequest_show.html +++ b/kallithea/templates/pullrequests/pullrequest_show.html @@ -108,7 +108,7 @@ ${self.repo_context_bar('showpullrequest
-
${h.urlify_commit(c.pull_request.description, c.repo_name)}
+
${h.urlify_commit(c.pull_request.description, c.pull_request.org_repo.repo_name)}