3687: Merge branch 'master' into 3687-grant-permission-on-repo-TC
[arvados.git] / apps / workbench / app / views / pipeline_templates / show.html.erb
index 6e5a19e6f3f31fa9ec6630e9f0e7aa440859a517..02ebd6d9cd09d5aecdd59338714932e8d8f16067 100644 (file)
@@ -1,5 +1,5 @@
 <% content_for :tab_line_buttons do %>
-  <%= button_to(choose_projects_path(id: "run-pipeline-button",
+  <%= link_to(choose_projects_path(id: "run-pipeline-button",
                                      title: 'Choose project',
                                      editable: true,
                                      action_name: 'Choose',
@@ -7,12 +7,12 @@
                                      action_method: 'post',
                                      action_data: {selection_param: 'pipeline_instance[owner_uuid]',
                                                    'pipeline_instance[pipeline_template_uuid]' => @object.uuid,
-                                                   'pipeline_instance[description]' => "Created using the pipeline template *#{@object.name}* at #{Time.now.localtime}",
+                                                   '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 %>