29a3b7bae6361c14043160a66650703f9b3fb1f7
[catagits/Gitalist.git] / root / ref / 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'>[% subinclude('/fragment/ref/blob', c.req.captures, c.req.args.to_path) %]</pre>
13   </div>
14 </div>