[ARVADOS] updated: 5468e482bb0a2a2c18645b15382b69a3d71149fe
git at public.curoverse.com
git at public.curoverse.com
Mon Jun 30 12:17:03 EDT 2014
Summary of changes:
apps/workbench/app/views/pipeline_templates/_show_components.html.erb | 2 +-
apps/workbench/app/views/pipeline_templates/_show_recent.html.erb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
via 5468e482bb0a2a2c18645b15382b69a3d71149fe (commit)
from 661599a2479c8eb69e644fe3e41d9162b52da316 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 5468e482bb0a2a2c18645b15382b69a3d71149fe
Author: radhika <radhika at curoverse.com>
Date: Mon Jun 30 12:16:11 2014 -0400
3088: address review feedback -- change the icon positioning on the Run button.
diff --git a/apps/workbench/app/views/pipeline_templates/_show_components.html.erb b/apps/workbench/app/views/pipeline_templates/_show_components.html.erb
index 509b86a..bd48700 100644
--- a/apps/workbench/app/views/pipeline_templates/_show_components.html.erb
+++ b/apps/workbench/app/views/pipeline_templates/_show_components.html.erb
@@ -11,7 +11,7 @@
}.to_json),
{ class: "btn btn-primary btn-sm", remote: true, method: 'get' }
) do %>
- <i class="fa fa-fw fa-folder"></i> Run this pipeline
+ Run this pipeline
<% end %>
<% end %>
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 c580e46..9a02e0c 100644
--- a/apps/workbench/app/views/pipeline_templates/_show_recent.html.erb
+++ b/apps/workbench/app/views/pipeline_templates/_show_recent.html.erb
@@ -39,7 +39,7 @@
}.to_json),
{ class: "btn btn-default btn-xs", title: "Run #{ob.name}", remote: true, method: 'get' }
) do %>
- Run <i class="fa fa-fw fa-play"></i>
+ <i class="fa fa-fw fa-play"></i> Run
<% end %>
</td>
<td>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list