1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/0bd0c35351c4/ changeset: 0bd0c35351c4 user: dannon date: 2012-06-15 20:55:18 summary: Missing file from previous commit (renaming /cloud to /cloudlaunch) affected #: 1 file diff -r 38d9e07b58aa99ded2604cdd1aab4ca0f8761aa6 -r 0bd0c35351c4eb9c7103b6d737543317abc54ac0 templates/webapps/galaxy/base_panels.mako --- a/templates/webapps/galaxy/base_panels.mako +++ b/templates/webapps/galaxy/base_panels.mako @@ -113,9 +113,9 @@ %if app.config.get_bool( 'enable_cloud_launch', False ): <% menu_options = [ - [_('New Cloud Cluster'), h.url_for( controller='/cloud', action='index' ) ], + [_('New Cloud Cluster'), h.url_for( controller='/cloudlaunch', action='index' ) ], ] - tab( "cloud", _("Cloud"), h.url_for( controller='/cloud', action='index'), menu_options=menu_options ) + tab( "cloud", _("Cloud"), h.url_for( controller='/cloudlaunch', action='index'), menu_options=menu_options ) %> %endif Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.