diff --git a/app/components/nextflow/samplesheet/file_cell_component.html.erb b/app/components/nextflow/samplesheet/file_cell_component.html.erb index 8ae23dd275..82f3945ac6 100644 --- a/app/components/nextflow/samplesheet/file_cell_component.html.erb +++ b/app/components/nextflow/samplesheet/file_cell_component.html.erb @@ -1,4 +1,3 @@ -
<%= link_to new_workflow_executions_file_selector_path( "file_selector[attachable_id]": @attachable.id, "file_selector[attachable_type]": @attachable.class.to_s, @@ -32,4 +31,3 @@ data: { <%= @selected.empty? ? t(".no_selected_file") : @selected[:filename] %>
<% end %> - diff --git a/app/components/nextflow_component.html.erb b/app/components/nextflow_component.html.erb index 17a26e461e..523a40a3c5 100644 --- a/app/components/nextflow_component.html.erb +++ b/app/components/nextflow_component.html.erb @@ -124,7 +124,7 @@