Switch to side-by-side view
--- a/Allura/allura/lib/widgets/discuss.py +++ b/Allura/allura/lib/widgets/discuss.py @@ -295,13 +295,12 @@ params=['value', 'page', 'limit', 'count', 'show_subject','new_post_text'] value=None page=None - limit=None + limit=50 count=None show_subject=False new_post_text="+ New Comment" widgets=dict( page_list=ffw.PageList(), - page_size=ffw.PageSize(), thread_header=ThreadHeader(), post_thread=PostThread(), post=Post(),