Template cleanups. Move _template to inc/template, remove currently spurious includes...
[catagits/Gitalist.git] / root / _history.tt2
index 83f09e1..48e926d 100644 (file)
@@ -22,7 +22,7 @@
  <tbody>
  [% FOREACH line IN log_lines %]
   <tr>
-   <td class='sha1' title='[% line.sha1 %]'>[% INCLUDE '_chroma_hash.tt2' sha1 = line.sha1.substr(0, 7) %]</td>
+   <td class='sha1' title='[% line.sha1 %]'>[% INCLUDE 'inc/chroma_hash.tt2' sha1 = line.sha1.substr(0, 7) %]</td>
    <td class='time-since' title='[% line.authored_time %]'>[% time_since(line.authored_time) %]</td>
    <td class='author'>[% line.author.name | html %]</td>
    <td>