3687: Merge branch 'master' into 3687-grant-permission-on-repo-TC
[arvados.git] / apps / workbench / app / views / pipeline_templates / show.html.erb
index 57129dfe96def27894c2a8c3b3c3e800ced6badc..02ebd6d9cd09d5aecdd59338714932e8d8f16067 100644 (file)
@@ -10,9 +10,9 @@
                                                    'pipeline_instance[description]' => "Created at #{Time.now.localtime}" + (@object.name.andand.size.andand>0 ? " using the pipeline template *#{@object.name}*" : ""),
                                                    'success' => 'redirect-to-created-object'
                                                   }.to_json),
-                { class: "btn btn-primary btn-sm", remote: true, method: 'get' }
+                { class: "btn btn-primary btn-sm", remote: true, method: 'get', title: 'Run this pipeline' }
                ) do %>
-                   Run this pipeline
+                   <i class="fa fa-gear"></i> Run this pipeline
                  <% end %>
 <% end %>