more design changes
[catagits/Gitalist.git] / root / ref / blob.tt2
CommitLineData
04a4961e 1[% INCLUDE inc/syntax_highlight_css.tt2 %]
2cf1e781 2
3<div class='content'>
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>
2980657b 11 <pre class='blob'>[% subinclude('/fragment/ref/blob', c.req.captures, c.req.args.to_path) %]</pre>
2cf1e781 12 </div>
295c9703 13</div>