Switch to side-by-side view

--- a/Allura/allura/model/discuss.py
+++ b/Allura/allura/model/discuss.py
@@ -210,7 +210,9 @@
         link = None
         if self.app.tool_label == 'Tickets':
             link = self.artifact.url() + p.url_paginated()[len(self.url()):]
-
+            if self.ref:
+                Feed.post(self.ref.artifact, title=p.subject, description=p.text, link=link)
+                return p
         Feed.post(self, title=p.subject, description=p.text, link=link)
         return p