Switch to side-by-side view

--- a/ForgeTracker/forgetracker/templates/issue.html
+++ b/ForgeTracker/forgetracker/templates/issue.html
@@ -70,15 +70,16 @@
                     <span class="span-20">${issue.custom_fields.get(field, '')}</span>
                 </div>
             </div>
-
             <hr/>
             <h2>Comments</h2>
-            <div class="reply">
-              <h3>Make a comment</h3>
-              <form class="hidden" method="post" action="comments/reply">
-                <textarea rows="4" cols="60" name="text"></textarea><br/>
-                <input type="submit"/>
-              </form>
+            <div class="reply title-pane closed">
+              <h3 class="title">Make a comment</h3>
+              <div class="content">
+                <form method="post" action="comments/reply">
+                  <textarea rows="4" cols="60" name="text"></textarea><br/>
+                  <input type="submit"/>
+                </form>
+              </div>
             </div>
             <py:for each="cmt in issue.root_comments()">
               ${display_comment(cmt)}