Switch to unified view

a/Allura/allura/controllers/discuss.py b/Allura/allura/controllers/discuss.py
...
...
294
                    author=self.post.author,
294
                    author=self.post.author,
295
                    url=self.post.url,
295
                    url=self.post.url,
296
                    thread=self.post.thread,
296
                    thread=self.post.thread,
297
                    reply_subject=self.post.reply_subject,
297
                    reply_subject=self.post.reply_subject,
298
                    attachments=self.post.attachments,
298
                    attachments=self.post.attachments,
299
                    related_artifacts=self.post.related_artifacts
299
                    )
300
                    )
300
            else:
301
            else:
301
                post=self.post
302
                post=self.post
302
            return dict(discussion=self.post.discussion,
303
            return dict(discussion=self.post.discussion,
303
                        post=post)
304
                        post=post)