commit/galaxy-central: natefoo: Missing template changes from the last commit.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/ded3aac16a24/ changeset: ded3aac16a24 user: natefoo date: 2011-12-06 17:41:32 summary: Missing template changes from the last commit. affected #: 1 file diff -r 3c9f7bfc1bcf2be295c61857b836eb44b7dc8982 -r ded3aac16a24060d04c34da015958a1aee94610b templates/show_params.mako --- a/templates/show_params.mako +++ b/templates/show_params.mako @@ -50,6 +50,8 @@ <tr><td>Dbkey:</td><td>${hda.dbkey}</td></tr><tr><td>Format:</td><td>${hda.ext}</td></tr><tr><td>Tool Version:</td><td>${hda.tool_version}</td></tr> + <tr><td>Tool Standard Output:</td><td><a href="${h.url_for( controller='dataset', action='stdout')}">stdout</a></td></tr> + <tr><td>Tool Standard Error:</td><td><a href="${h.url_for( controller='dataset', action='stderr')}">stderr</a></td></tr></table><br /><table class="tabletip"> 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