Switch to side-by-side view
--- a/Allura/allura/lib/widgets/forms.py +++ b/Allura/allura/lib/widgets/forms.py @@ -275,7 +275,6 @@ ew.Option(label='Hg', html_value='Hg'), ew.Option(label='SVN', html_value='SVN'), ew.Option(label='Tickets', html_value='Tickets', selected=True), - ew.Option(label='Downloads', html_value='Downloads', selected=True), ew.Option(label='Discussion', html_value='Discussion', selected=True), ew.Option(label='Blog', html_value='Blog') ])