The blame view now looks similar to the blob so a bit easier on the eyes.
[catagits/Gitalist.git] / root / blob.tt2
1 [% INCLUDE inc/syntax_highlight_css.tt2 %]
2 [% PROCESS 'nav/actions.tt2' object = head %]
3
4 <div class='content'>
5   [% IF object.type == 'commit' %]
6    <div class='commit-message'>
7     [% short_cmt(head.comment) %]
8    </div>
9   [% END %]
10   [% INCLUDE 'nav/path.tt2' %]
11   <div>
12    <pre class='blob'>[% blob %]</pre>
13   </div>
14 </div>