Have linenumbers in blob displays
[catagits/Gitalist.git] / root / ref / blob.tt2
index ad81803..ee8b007 100755 (executable)
@@ -1,14 +1,17 @@
-[% INCLUDE inc/syntax_highlight_css.tt2 %]
-
-<h3>[% INCLUDE 'nav/path.tt2' %]</h3>
+<h3 class="header">[% INCLUDE 'nav/path.tt2' %]</h3>
 
   [% IF object.type == 'commit' %]
    <div class='commit-message'>
     [% short_cmt(head.comment) %]
    </div>
   [% END %]
-       <pre class='blob'>[% subinclude('/fragment/ref/blob', c.req.captures, c.req.args.to_path) | html %]</pre>
+
+<div id="blob">
+<table class="listing">
+<tbody>
+[% subinclude('/fragment/ref/blob', c.req.captures, c.req.args.to_path) %]
+</tbody>
+</table>
+</div>
 
 
\ No newline at end of file