Added other recent work + beginnings of commit action work.
[catagits/Gitalist.git] / templates / commit-nav.tt2
CommitLineData
b222ff0a 1[% FOR act IN ['summary', 'shortlog', 'log', 'commit', 'commitdiff', 'tree'];
2 ' | ' UNLESS loop.first;
3 IF act == action;
4 act;
5 ELSE; -%]
6 <a href="/[% act %]">[% act %]</a>
7[% END %]