mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
Remove app parameter from callers used in makos
This commit is contained in:
@@ -109,7 +109,7 @@
|
||||
%>
|
||||
<tr>
|
||||
${inputs_recursive_indent( text=label, depth=depth )}
|
||||
<td>${input.value_to_display_text( param_values[input.name], trans.app ) | h}</td>
|
||||
<td>${input.value_to_display_text( param_values[input.name] ) | h}</td>
|
||||
<td>${ upgrade_messages.get( input.name, '' ) | h }</td>
|
||||
</tr>
|
||||
%endif
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
<i>select at runtime</i>
|
||||
%endif
|
||||
%else:
|
||||
${cgi.escape( param.value_to_display_text( value, app ) or 'Unavailable.' )}
|
||||
${cgi.escape( param.value_to_display_text( value ) or 'Unavailable.' )}
|
||||
%endif
|
||||
</div>
|
||||
%if hasattr( step, 'upgrade_messages' ) and step.upgrade_messages and param.name in step.upgrade_messages:
|
||||
|
||||
Reference in New Issue
Block a user