Started work on giving Gitalist a distinct look.
[catagits/Gitalist.git] / root / nav / actions.tt2
CommitLineData
61b56ed6 1<div id='commit-nav'>
2 <a href="[% c.uri_for('summary') %]">summary</a> |
3 <a href="[% c.uri_for('shortlog', {h=object.sha1}) %]">shortlog</a> |
4 <a href="[% c.uri_for('log', {h=object.sha1}) %]">log</a> |
5 <a href="[% c.uri_for('commit', {h=object.sha1}) %]">commit</a> |
6 <a href="[% c.uri_for('commitdiff', {h=object.sha1}) %]">commitdiff</a> |
7 <a href="[% c.uri_for('tree', {h=object.tree_sha1, hb=object.sha1}) %]">tree</a>
7a88ffa4 8 [% INCLUDE '_chroma_hash.tt2' sha1 = object.sha1 %]
61b56ed6 9</div>