details: http://www.bx.psu.edu/hg/galaxy/rev/72daa0d41d1b changeset: 3603:72daa0d41d1b user: jeremy goecks <jeremy.goecks@emory.edu> date: Fri Apr 02 14:34:35 2010 -0400 description: Removed 'Shared Histories' from history options menu because it doesn't work and is redundant as users can view shared/accessible/published histories from 'Saved Histories'. diffstat: templates/root/index.mako | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diffs (13 lines): diff -r b95a24c9187e -r 72daa0d41d1b templates/root/index.mako --- a/templates/root/index.mako Fri Apr 02 14:23:55 2010 -0400 +++ b/templates/root/index.mako Fri Apr 02 14:34:35 2010 -0400 @@ -10,9 +10,6 @@ "Saved Histories": function() { galaxy_main.location = "${h.url_for( controller='history', action='list')}"; }, - "Shared Histories": function() { - galaxy_main.location = "${h.url_for( controller='history', action='list', operation='sharing' )}"; - }, "Histories Shared with Me": function() { galaxy_main.location = "${h.url_for( controller='history', action='list_shared')}"; },