galaxy-dist commit 04dd5e51cf19: Display rerun button for history items when dataset is empty.
# HG changeset patch -- Bitbucket.org # Project galaxy-dist # URL http://bitbucket.org/galaxy/galaxy-dist/overview # User Dan Blankenberg <dan@bx.psu.edu> # Date 1280327687 14400 # Node ID 04dd5e51cf19b8c85e824457b045cc6af945dd4e # Parent 5401c7d2e13bbd214e1a424e71c4fbcbac7cf919 Display rerun button for history items when dataset is empty. --- a/templates/root/history_common.mako +++ b/templates/root/history_common.mako @@ -158,6 +158,8 @@ <a target="${link_app.url.get( 'target_frame', '_blank' )}" href="${link_app.get_display_url( data, trans )}">${_(link_app.name)}</a> %endfor %endfor + %elif 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>
participants (1)
-
commits-noreply@bitbucket.org