commit/galaxy-central: dan: Add rerun and show info buttons to discarded datasets.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/e34f80fe39ec/ changeset: e34f80fe39ec user: dan date: 2012-04-24 19:56:42 summary: Add rerun and show info buttons to discarded datasets. affected #: 1 file diff -r 17d02d9fa4dd3aae05fa5a9a5a74dac099b2b03e -r e34f80fe39ecab5d76cd20ded0eeac449351b482 templates/root/history_common.mako --- a/templates/root/history_common.mako +++ b/templates/root/history_common.mako @@ -172,6 +172,12 @@ <div> The job creating this dataset was cancelled before completion. </div> + <div> + <a href="${h.url_for( controller='dataset', action='show_params', dataset_id=dataset_id )}" target="galaxy_main" title='${_("View Details")}' class="icon-button information tooltip"></a> + %if for_editing: + <a href="${h.url_for( controller='tool_runner', action='rerun', id=data.id )}" target="galaxy_main" title='${_("Run this job again")}' class="icon-button arrow-circle tooltip"></a> + %endif + </div> %elif data_state == 'setting_metadata': <div>${_('Metadata is being Auto-Detected.')}</div> %elif data_state == "empty": 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