commit/galaxy-central: dan: Add get info/parameter button to empty datasets in history item view.
1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/95a1cc87043f/ changeset: 95a1cc87043f user: dan date: 2011-10-06 22:30:46 summary: Add get info/parameter button to empty datasets in history item view. affected #: 1 file (-1 bytes) --- a/templates/root/history_common.mako Thu Oct 06 14:22:59 2011 -0400 +++ b/templates/root/history_common.mako Thu Oct 06 16:30:46 2011 -0400 @@ -263,6 +263,7 @@ <br /> %endfor %elif for_editing: + <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><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 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