Switch to side-by-side view
--- a/ForgeSCM/forgescm/templates/index.html +++ b/ForgeSCM/forgescm/templates/index.html @@ -88,5 +88,6 @@ by <em>$ct.user</em> at $ct.date<br/> $ct.summary </p> + <a py:if="repo.scmweb_log_url()" href="${repo.scmweb_log_url()}">All Commits</a> </body> </html>