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
@@ -78,6 +78,18 @@ ${self.repo_context_bar('showpullrequest
+
+
+
+
+
+
+
+
+
+
+
## REVIEWERS
@@ -165,6 +191,11 @@ ${self.repo_context_bar('showpullrequest
${ungettext('Showing %s commit','Showing %s commits', len(c.cs_ranges)) % len(c.cs_ranges)}
<%include file="/compare/compare_cs.html" />
+
+ ${_('Common ancestor')}:
+ ${h.link_to(h.short_id(c.other_rev),h.url('changeset_home',repo_name=c.other_repo.repo_name,revision=c.other_rev))}
+
+
## FILES