Switch to side-by-side view

--- a/ForgeTracker/forgetracker/templates/ticket.html
+++ b/ForgeTracker/forgetracker/templates/ticket.html
@@ -163,7 +163,7 @@
       <hr class="clear clearfix"/>
       ${c.thread.display(value=thread,new_post_text="New Comment")}
     </div>
-    ${c.subscribe_form.display(value=subscribed, action='subscribe')}
+    ${c.subscribe_form.display(value=subscribed, action='subscribe', style='icon')}
   </body>
   <script type="text/javascript" src="${g.app_static('js/comments.js')}"/>
 </html>