Changeset - 9f9e7c937eb0
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2013-03-06 20:18:41
marcin@python-works.com
use short id in ancestor
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/compare/compare_cs.html
Show inline comments
 
@@ -25,7 +25,7 @@
 
    </table>
 
    %if c.ancestor:
 
    <span class="ancestor">${_('Ancestor')}:
 
      ${h.link_to(c.ancestor,h.url('changeset_home',repo_name=c.repo_name,revision=c.ancestor))}
 
      ${h.link_to(h.short_id(c.ancestor),h.url('changeset_home',repo_name=c.repo_name,revision=c.ancestor))}
 
    </span>
 
    %endif
 
    %if c.as_form:
0 comments (0 inline, 0 general)