1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/501209f17baa/ changeset: r5440:501209f17baa user: kanwei date: 2011-04-20 19:59:04 summary: Small UI tweaks to Show Details affected #: 2 files (90 bytes) --- a/templates/root/history_common.mako Wed Apr 20 12:57:03 2011 -0400 +++ b/templates/root/history_common.mako Wed Apr 20 13:59:04 2011 -0400 @@ -141,7 +141,7 @@ </div> %endif - <a href="${h.url_for( controller='dataset', action='show_params', dataset_id=dataset_id )}" target="galaxy_main" title="View Details" class="icon-button information show-details"></a> + <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> --- a/templates/show_params.mako Wed Apr 20 12:57:03 2011 -0400 +++ b/templates/show_params.mako Wed Apr 20 13:59:04 2011 -0400 @@ -29,7 +29,6 @@ </thead><tbody><tr><td>Created:</th><td>${history.create_time.strftime("%b %d, %Y")}</td></tr> - <tr><td>Modified:</th><td>${history.update_time.strftime("%b %d, %Y")}</td></tr> ## <tr><td>Copied from another history?</td><td>${hda.source_library_dataset}</td></tr><tr><td>Filesize:</th><td>${nice_size(hda.dataset.file_size)}</td></tr><tr><td>Dbkey:</th><td>${hda.dbkey}</td></tr> 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.