Tidied up the /blob action and the commit-nav.tt2 links.
[catagits/Gitalist.git] / templates / commit-nav.tt2
CommitLineData
109ce668 1<div id='commit-nav'>
109ce668 2 <a href="/summary?p=[% project %]">summary</a> |
c8870bd3 3 <a href="/shortlog?p=[% project %];h=[% object.sha1 %]">shortlog</a> |
4 <a href="/log?p=[% project %];h=[% object.sha1 %]">log</a> |
5 <a href="/commit?p=[% project %];h=[% object.sha1 %]">commit</a> |
6 <a href="/commitdiff?p=[% project %];h=[% object.sha1 %]">commitdiff</a> |
7 <a href="/tree?p=[% project %];h=[% object.tree_sha1 %]">tree</a>
109ce668 8</div>