commit/galaxy-central: jgoecks: Do not use route memory when creating URLs to metadata files.

1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/ccbee8d11a6a/ changeset: ccbee8d11a6a user: jgoecks date: 2011-11-18 19:56:19 summary: Do not use route memory when creating URLs to metadata files. affected #: 1 file diff -r 689aa9c246fed392b4eccbf6642d4871a7cf612f -r ccbee8d11a6a75b8cee78cc9647a31e0dc32894c templates/root/history_common.mako --- a/templates/root/history_common.mako +++ b/templates/root/history_common.mako @@ -13,7 +13,7 @@ to_ext=data.ext )}">Download Dataset</a><a>Additional Files</a> %for file_type in meta_files: - <a class="action-button" href="${h.url_for( controller='dataset', action='get_metadata_file', \ + <a class="action-button" href="${h.url_for( controller='/dataset', action='get_metadata_file', \ hda_id=dataset_id, metadata_name=file_type )}">Download ${file_type}</a> %endfor </div> 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