Switch to side-by-side view

--- a/ForgeSVN/forgesvn/templates/index.html
+++ b/ForgeSVN/forgesvn/templates/index.html
@@ -36,6 +36,6 @@
     <py:for each="r in revisions">
       ${c.revision_widget.display(value=r)}
     </py:for>
-    <a href="?offset=${offset+10}">More</a>
+    <a py:if="next_link" href="$next_link">More</a>
   </body>
 </html>