Rename Project to Repository in stash and templates.
[catagits/Gitalist.git] / root / nav / path.tt2
CommitLineData
fed9966b 1<div class='path'>
87581f05 2 <a href="[% c.uri_for("tree", {hb=head.sha1}) %]">[% Repository.name %]</a>
fed9966b 3 [% FOREACH part IN filename.split('/') %]
4 [% path = loop.first ? part : path _ '/' _ part %]
5 / <a href="[% c.uri_for(loop.last ? 'blob' : 'tree', {hb=head.sha1,f=path}) %]">[% part %]</a>
6 [% END %]
7</div>