X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c203e53c2929c2ddf1b079ec077364f8f4d23c40..b870e7c0be3457257ea445fe54a1893e874530e1:/apps/workbench/app/views/pipeline_templates/_show_recent.html.erb diff --git a/apps/workbench/app/views/pipeline_templates/_show_recent.html.erb b/apps/workbench/app/views/pipeline_templates/_show_recent.html.erb index 252b93ad45..a1749a7de9 100644 --- a/apps/workbench/app/views/pipeline_templates/_show_recent.html.erb +++ b/apps/workbench/app/views/pipeline_templates/_show_recent.html.erb @@ -38,7 +38,7 @@ 'pipeline_instance[description]' => "Created at #{Time.now.localtime}" + (ob.name.andand.size.andand>0 ? " using the pipeline template *#{ob.name}*" : ""), 'success' => 'redirect-to-created-object' }.to_json), - { class: "btn btn-default btn-xs", title: "Run #{ob.name}", remote: true, method: 'get' } + { class: "btn btn-default btn-xs", title: "Run #{ob.name}", remote: true, method: :get } ) do %> Run <% end %>