Fixing link to build workflow from history_options

This commit is contained in:
James Taylor
2008-01-09 02:07:30 +00:00
parent 7912aa05ff
commit 0c5f106a9f
+2 -2
View File
@@ -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>