Simplify how content gets mangled.
[catagits/Gitalist.git] / root / ref / blob.tt2
index 92fbf03..3702e37 100755 (executable)
@@ -1,4 +1,4 @@
-<h3>[% INCLUDE 'nav/path.tt2' %]</h3>
+<h3 class="header">[% INCLUDE 'nav/path.tt2' %]</h3>
 
   [% IF object.type == 'commit' %]
    <div class='commit-message'>
@@ -6,7 +6,7 @@
    </div>
   [% END %]
 
-[% subinclude('/fragment/ref/blob', c.req.captures, c.req.args.to_path) %]
+[% subinclude('/fragment/ref/blob', c.req.captures, c.req.args.to_path, c.req.parameters) %]
 
 
\ No newline at end of file