# HG changeset patch # User Mads Kiilerich # Date 2014-07-18 18:47:02 # Node ID 3865694df91ed2c6b20aa623a1550c57d1f58850 # Parent 67d5afe2fa1a968bfd1703c4f6e75b61f2109885 pull requests: branch tags should link to the branch diff --git a/kallithea/templates/compare/compare_cs.html b/kallithea/templates/compare/compare_cs.html --- a/kallithea/templates/compare/compare_cs.html +++ b/kallithea/templates/compare/compare_cs.html @@ -32,7 +32,7 @@ ${h.link_to(h.show_id(cs),h.url('changeset_home',repo_name=c.other_repo.repo_name,revision=cs.raw_id))} %if cs.branch: - ${cs.branch} + ${h.link_to(cs.branch,h.url('changelog_home',repo_name=c.other_repo.repo_name,branch=cs.branch))} %endif