Have linenumbers in blob displays
[catagits/Gitalist.git] / root / ref / blob.tt2
CommitLineData
53fa7707 1<h3 class="header">[% INCLUDE 'nav/path.tt2' %]</h3>
08d8bb08 2
2cf1e781 3 [% IF object.type == 'commit' %]
4 <div class='commit-message'>
5 [% short_cmt(head.comment) %]
6 </div>
7 [% END %]
e172b6b8 8
18add14a 9<div id="blob">
10<table class="listing">
11<tbody>
e172b6b8 12[% subinclude('/fragment/ref/blob', c.req.captures, c.req.args.to_path) %]
18add14a 13</tbody>
14</table>
15</div>
08d8bb08 16
fe89796b 17