Added a link to the log lon view.php
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 22 Apr 2007 05:41:41 +0000 (05:41 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 22 Apr 2007 05:41:41 +0000 (05:41 +0000)
view.php

index 0a7e4db31f1bc0c0420a0cac71fcc2e5a44c11c7..396051e34c769e082e140fd411a18a64724aef21 100644 (file)
--- a/view.php
+++ b/view.php
@@ -49,6 +49,8 @@ if ($revision->revision - 1 > 0)
        $link['diff'] = ConstructLink('diff', $input->in['repos'], $input->in['path'], $revision->revision);
 }
 
+$link['log'] = ConstructLink('log', $input->in['repos'], $input->in['path'], 0);
+
 // ###################################################################
 
 $revision->getRevisionInfo();