Make history action work as per gitweb. This feels pretty messy at the moment - too...
[catagits/Gitalist.git] / root / blob.tt2
1 <link rel="stylesheet" type="text/css" href="/static/css/syntax/[% language %].css"/>
2
3 [% PROCESS 'nav/actions.tt2' object = head %]
4  [% IF object.type == 'commit' %]
5  <div class='commit-message'>
6   [% short_cmt(head.comment) %]
7  </div>
8 [% END %]
9 [% INCLUDE 'nav/path.tt2' %]
10 <div>
11  <pre class='blob'>[% blob %]</pre>
12 </div>