Switch to side-by-side view

--- a/Allura/allura/templates/widgets/repo/commit.html
+++ b/Allura/allura/templates/widgets/repo/commit.html
@@ -1,4 +1,4 @@
-{% extends 'jinja_master/master.html' %}
+{% extends g.theme.master %}
 
 {% block title %}
   {{c.project.name}} / {{c.app.config.options.mount_label}} / Commit {{commit.shorthand_id()}}