Merge remote branch 'shadowcat/master' into sc
[catagits/Gitalist.git] / root / repository / reflog.tt2
CommitLineData
e516cf80 1<ul>
2[% FOR entry IN log %]
c5065c66 3 <li><h3>[% entry.message | html %]</h3>
4 <dl>
5 <dt>Commit</dt> <dd>[% entry.hash %]</dd>
6 <dt>Type</dt> <dd>[% entry.type %]</dd>
7 <dt>Author</dt> <dd>[% entry.author %]</dd>
8 <dt>Date</dt> <dd>[% entry.date %]</dd>
9 </dl>
10 </li>
e516cf80 11[% END %]
12</ul>