forked from lix-project/hydra
Dependency tree: Revert to "repeated" links
This commit is contained in:
parent
4552117e51
commit
af18808ca7
|
@ -5,7 +5,7 @@
|
|||
[% BLOCK renderNode %]
|
||||
<li>
|
||||
[% IF done.${node.path} %]
|
||||
<a href="#[% done.${node.path} %]"><tt>[% node.name %]</tt></a>
|
||||
<tt>[% node.name %]</tt> (<a href="#[% done.${node.path} %]"><em>repeated</em></a>)
|
||||
[% ELSE %]
|
||||
[% done.${node.path} = global.nodeId; global.nodeId = global.nodeId + 1; %]
|
||||
[% IF node.refs.size > 0 %]
|
||||
|
|
Loading…
Reference in a new issue