1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/93013dcdc4a5/ Changeset: 93013dcdc4a5 User: Dave Bouvier Date: 2013-05-15 19:26:12 Summary: Fix for displaying a tool in the tool shed. Affected #: 1 file diff -r 413211aaecc51eb38fae668326d4defefda2b8f7 -r 93013dcdc4a558791743839d90262e713aba66fd templates/webapps/tool_shed/repository/tool_form.mako --- a/templates/webapps/tool_shed/repository/tool_form.mako +++ b/templates/webapps/tool_shed/repository/tool_form.mako @@ -107,7 +107,7 @@ %if trans.webapp.name == 'galaxy': ${render_galaxy_repository_actions( repository=repository )} %else: - ${render_tool_shed_repository_actions( repository, repo=None, metadata=None, changeset_revision=None )} + ${render_tool_shed_repository_actions( repository, metadata=None, changeset_revision=None )} %endif %if message: 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.