Show More
@@ -1478,8 +1478,7 b' table.integrations {' | |||
|
1478 | 1478 | } |
|
1479 | 1479 | |
|
1480 | 1480 | div.ancestor { |
|
1481 |
margin: |
|
|
1482 | line-height: 3.0em; | |
|
1481 | margin: -30px 0px; | |
|
1483 | 1482 | } |
|
1484 | 1483 | |
|
1485 | 1484 | .cs_icon_td input[type="checkbox"] { |
@@ -3,11 +3,9 b'' | |||
|
3 | 3 | |
|
4 | 4 | %if c.ancestor: |
|
5 | 5 | <div class="ancestor">${_('Common Ancestor Commit')}: |
|
6 | <a href="${h.url('changeset_home', | |
|
7 | repo_name=c.repo_name, | |
|
8 | revision=c.ancestor)}"> | |
|
6 | <a href="${h.url('changeset_home', repo_name=c.repo_name, revision=c.ancestor)}"> | |
|
9 | 7 | ${h.short_id(c.ancestor)} |
|
10 | </a> | |
|
8 | </a>. ${_('Compare was calculated based on this shared commit.')} | |
|
11 | 9 | </div> |
|
12 | 10 | %endif |
|
13 | 11 |
General Comments 0
You need to be logged in to leave comments.
Login now