Switch to side-by-side view

--- a/Allura/allura/templates/repo/tree.html
+++ b/Allura/allura/templates/repo/tree.html
@@ -12,7 +12,7 @@
 {% endblock %}
 
 {% block actions %}
-<a href="{{commit.url()}}log/">
+<a href="{{commit.url()}}log/?path={{ path }}">
   <b data-icon="{{g.icons.history.char}}" class="ico {{g.icons.history.css}}" title="History"> </b> History
 </a>
 {% if c.user and c.user != c.user.anonymous() %}