mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
Fixing link to build workflow from history_options
This commit is contained in:
@@ -34,10 +34,10 @@ q( "a[@confirm]" ).click( function() {
|
||||
<li><a href="$h.url_for('/history_new')">Create</a> a new empty history</li>
|
||||
#end if
|
||||
#if $app.config.enable_beta_features
|
||||
<li><a href="${h.url_for( controller='workflow_builder', action='workflow_from_current_history' )}">Construct workflow</a> from the current history</li>
|
||||
<li><a href="${h.url_for( controller='workflow', action='build_from_current_history' )}">Construct workflow</a> from the current history</li>
|
||||
#end if
|
||||
#end if
|
||||
<li><a href="$h.url_for('/history_share')" target="galaxy_main">Share</a> current history</div>
|
||||
#end if
|
||||
<li><a href="$h.url_for('/history_delete', id=$history.id )" confirm="Are you sure you want to delete the current history?">Delete</a> current history</div>
|
||||
</ul>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user