4291: Clean up HTTP methods in Workbench URL generators.
[arvados.git] / apps / workbench / app / views / pipeline_templates / _show_recent.html.erb
index 252b93ad45664ac041c7016ab6b82c09bcbf4ba2..a1749a7de91303d3e4d2db5f905dd942aef4b0e3 100644 (file)
@@ -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 %>
                <i class="fa fa-fw fa-play"></i> Run
               <% end %>