compare: fixed spacing for common compare commit in PR open compare page.

This commit is contained in:
Marcin Kuzminski 2016-12-30 14:35:48 +01:00
parent 75ef1f61eb
commit 2e66f43c00
2 changed files with 3 additions and 6 deletions

View file

@ -3,11 +3,9 @@
%if c.ancestor:
<div class="ancestor">${_('Common Ancestor Commit')}:
<a href="${h.url('changeset_home',
repo_name=c.repo_name,
revision=c.ancestor)}">
<a href="${h.url('changeset_home', repo_name=c.repo_name, revision=c.ancestor)}">
${h.short_id(c.ancestor)}
</a>
</a>. ${_('Compare was calculated based on this shared commit.')}
</div>
%endif