1 new commit in galaxy-central:
https://bitbucket.org/galaxy/galaxy-central/changeset/bd24fd95ae97/ changeset: bd24fd95ae97 user: greg date: 2012-07-03 16:19:00 summary: Template bug fix introduced in my last change set. affected #: 1 file
diff -r b1cdad4c77fa52d939901b1afb56f910f0753088 -r bd24fd95ae9726e789d314bac2433ed07d0e1abe templates/admin/tool_shed_repository/tool_dependency_installation_status.mako --- a/templates/admin/tool_shed_repository/tool_dependency_installation_status.mako +++ b/templates/admin/tool_shed_repository/tool_dependency_installation_status.mako @@ -10,7 +10,7 @@ elif tool_dependency.status in [ trans.model.ToolDependency.installation_status.INSTALLED ]: bgcolor = trans.model.ToolDependency.states.OK rval = '<div class="count-box state-color-%s" id="ToolDependencyStatus-%s">%s</div>' % \ - ( bgcolor, trans.security.encode_id( tool_dependency.id, tool_dependency.status ) ) + ( bgcolor, trans.security.encode_id( tool_dependency.id ), tool_dependency.status ) return rval %> ${rval}
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.
galaxy-commits@lists.galaxyproject.org