compare: fixed spacing for common compare commit in PR open compare page.
This commit is contained in:
parent
75ef1f61eb
commit
2e66f43c00
2 changed files with 3 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue