commit/galaxy-central: dannon: Fix bug introduced in 0ba260ea43c4 for displaying workflows.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/0cdd7bb67d95/ changeset: 0cdd7bb67d95 user: dannon date: 2011-11-07 18:46:14 summary: Fix bug introduced in 0ba260ea43c4 for displaying workflows. affected #: 1 file diff -r a6f7e5024f40ae2cb177c636e52c46962a3f0d91 -r 0cdd7bb67d95efd4a5cfc9219a36f4f6232a243a templates/workflow/display.mako --- a/templates/workflow/display.mako +++ b/templates/workflow/display.mako @@ -1,8 +1,8 @@ <%inherit file="/display_base.mako"/><%namespace file="/display_common.mako" import="render_message" /> -<% - from galaxy.tools.parameters import DataToolParameter, RuntimeValue +<%! + from galaxy.tools.parameters import DataToolParameter, RuntimeValue from galaxy.web import form_builder %> @@ -118,4 +118,4 @@ </tr> %endfor </table> -</%def> \ No newline at end of file +</%def> 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