commit/galaxy-central: greg: Two minor fixes.
1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/be9f3aa6c324/ changeset: be9f3aa6c324 user: greg date: 2011-09-30 20:03:58 summary: Two minor fixes. affected #: 2 files (-1 bytes) --- a/lib/galaxy/web/base/controller.py Fri Sep 30 10:50:02 2011 -0400 +++ b/lib/galaxy/web/base/controller.py Fri Sep 30 14:03:58 2011 -0400 @@ -1305,7 +1305,7 @@ if webapp == 'galaxy': cloned_repositories = trans.sa_session.query( trans.model.ToolShedRepository ) \ .filter( trans.model.ToolShedRepository.deleted == False ) \ - .all() + .first() return trans.fill_template( '/webapps/galaxy/admin/index.mako', webapp=webapp, cloned_repositories=cloned_repositories, --- a/templates/webapps/galaxy/admin/index.mako Fri Sep 30 10:50:02 2011 -0400 +++ b/templates/webapps/galaxy/admin/index.mako Fri Sep 30 14:03:58 2011 -0400 @@ -63,7 +63,7 @@ <div class="toolTitle"><a href="${h.url_for( controller='admin', action='memdump' )}" target="galaxy_main">Profile memory usage</a></div><div class="toolTitle"><a href="${h.url_for( controller='admin', action='jobs' )}" target="galaxy_main">Manage jobs</a></div> %if cloned_repositories: - <div class="toolTitle"><a href="${h.url_for( controller='admin', action='browse_repositories' )}" target="galaxy_main">Manage cloned tool shed repositories</a></div> + <div class="toolTitle"><a href="${h.url_for( controller='admin', action='browse_repositories' )}" target="galaxy_main">Manage installed tool shed repositories</a></div> %endif </div></div> 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.
participants (1)
-
Bitbucket