The blame view now looks similar to the blob so a bit easier on the eyes.
[catagits/Gitalist.git] / root / reflog.tt2
1 <ul>
2 [% FOR entry IN log %]
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>
11 [% END %]
12 </ul>