Move search and reflog and patch actions to the right places
[catagits/Gitalist.git] / root / reflog.tt2
diff --git a/root/reflog.tt2 b/root/reflog.tt2
deleted file mode 100644 (file)
index 4bfb7a3..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<ul>
-[% FOR entry IN log %]
-  <li><h3>[% entry.message | html %]</h3>
-    <dl>
-      <dt>Commit</dt>  <dd>[% entry.hash %]</dd>
-      <dt>Type</dt>    <dd>[% entry.type %]</dd>
-      <dt>Author</dt>  <dd>[% entry.author %]</dd>
-      <dt>Date</dt>    <dd>[% entry.date %]</dd>
-    </dl>
-  </li>
-[% END %]
-</ul>