Added a simple-to-the-point-of-useless reflog action (there's a plan afoot).
[catagits/Gitalist.git] / templates / reflog.tt2
CommitLineData
e516cf80 1<ul>
2[% FOR entry IN log %]
3 <li><pre>[% entry %]</pre></li>
4[% END %]
5</ul>