Get blob view working again
[catagits/Gitalist.git] / root / commit / blob.tt2
similarity index 73%
rename from root/blob.tt2
rename to root/commit/blob.tt2
index 06077b2..994b9d7 100644 (file)
@@ -9,6 +9,6 @@
   [% END %]
   [% INCLUDE 'nav/path.tt2' %]
   <div>
-   <pre class='blob'>[% blob %]</pre>
+   <pre class='blob'>[% subinclude('/fragment/commit/blob', c.req.captures, c.req.args.to_path) %]</pre>
   </div>
 </div>