commit/galaxy-central: greg: Don't mess with the label of the installation errors container in the tool shed.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/76979aa9d343/ Changeset: 76979aa9d343 User: greg Date: 2014-01-13 22:02:47 Summary: Don't mess with the label of the installation errors container in the tool shed. Affected #: 1 file diff -r ab61a1b51a608183922301aa8bdb48a1d98c0f9b -r 76979aa9d343e94dfcf22ce1458a145fbc9c7218 templates/webapps/tool_shed/repository/common.mako --- a/templates/webapps/tool_shed/repository/common.mako +++ b/templates/webapps/tool_shed/repository/common.mako @@ -263,8 +263,6 @@ folder_label = "%s<i> - installation of these additional repositories is required</i>" % folder_label if trans.webapp.name == 'galaxy': col_span_str = 'colspan="4"' - elif folder.label == 'Installation errors': - folder_label = "%s<i> - no functional tests were run for any tools in this changeset revision</i>" % folder_label elif folder.label == 'Invalid repository dependencies': folder_label = "%s<i> - click the repository dependency to see why it is invalid</i>" % folder_label elif folder.label == 'Invalid tool dependencies': 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)
-
commits-noreply@bitbucket.org