Merge branch 'upstream_master'
[catagits/Gitalist.git] / root / ref / blob.tt2
CommitLineData
04a4961e 1[% INCLUDE inc/syntax_highlight_css.tt2 %]
2cf1e781 2
08d8bb08 3<h3>[% INCLUDE 'nav/path.tt2' %]</h3>
4
2cf1e781 5 [% IF object.type == 'commit' %]
6 <div class='commit-message'>
7 [% short_cmt(head.comment) %]
8 </div>
9 [% END %]
08d8bb08 10
11 <pre class='blob'>[% subinclude('/fragment/ref/blob', c.req.captures, c.req.args.to_path) | html %]</pre>
12
13
14