add repo logic to wrapper
[catagits/Gitalist.git] / root / ref / blob.tt2
1 [% INCLUDE inc/syntax_highlight_css.tt2 %]
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>
11    <pre class='blob'>[% subinclude('/fragment/ref/blob', c.req.captures, c.req.args.to_path) %]</pre>
12   </div>
13 </div>