[ARVADOS] updated: 350f4d5a3ef163b37de2b83bd6fefd37f1a35b8b

git at public.curoverse.com git at public.curoverse.com
Fri Oct 3 07:57:51 EDT 2014


Summary of changes:
 apps/workbench/app/views/jobs/show.html.erb                    | 10 ++++++----
 .../app/views/pipeline_instances/_show_tab_buttons.html.erb    |  3 ++-
 2 files changed, 8 insertions(+), 5 deletions(-)

       via  350f4d5a3ef163b37de2b83bd6fefd37f1a35b8b (commit)
      from  1c638636ed50c1eafbf58d4f846b7b1e34c17cad (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 350f4d5a3ef163b37de2b83bd6fefd37f1a35b8b
Author: radhika <radhika at curoverse.com>
Date:   Fri Oct 3 07:34:33 2014 -0400

    4025: add fa-fw to the newly added i tag class like all other such usages.

diff --git a/apps/workbench/app/views/jobs/show.html.erb b/apps/workbench/app/views/jobs/show.html.erb
index d4ee2a8..74c53ca 100644
--- a/apps/workbench/app/views/jobs/show.html.erb
+++ b/apps/workbench/app/views/jobs/show.html.erb
@@ -11,8 +11,9 @@
       <% [:script_parameters, :runtime_constraints].each do |d| %>
         <%= hidden_field :job, d, :value => JSON.dump(@object[d]) %>
       <% end %>
-      <%= button_tag ({class: 'btn btn-sm btn-primary', id: "re-run-same-job-button", title: 'Re-run job using the same script version as this run'}) do %>
-        <i class="fa fa-gear"></i> Re-run same version
+      <%= button_tag ({class: 'btn btn-sm btn-primary', id: "re-run-same-job-button",
+                       title: 'Re-run job using the same script version as this run'}) do %>
+        <i class="fa fa-fw fa-gear"></i> Re-run same version
       <% end %>
     <% end %>
   <% if @object.respond_to? :supplied_script_version and !@object.supplied_script_version.nil? and !@object.supplied_script_version.empty? and @object.script_version != @object.supplied_script_version%>
@@ -24,8 +25,9 @@
       <% [:script_parameters, :runtime_constraints].each do |d| %>
         <%= hidden_field :job, d, :value => JSON.dump(@object[d]) %>
       <% end %>
-      <%= button_tag ({class: 'btn btn-sm btn-primary', id: "re-run-latest-job-button", title: 'Re-run job using the latest script version'}) do%>
-        <i class="fa fa-gear"></i> Re-run latest version
+      <%= button_tag ({class: 'btn btn-sm btn-primary', id: "re-run-latest-job-button",
+                       title: 'Re-run job using the latest script version'}) do%>
+        <i class="fa fa-fw fa-gear"></i> Re-run latest version
       <% end %>
     <% end %>
   <% end %>
diff --git a/apps/workbench/app/views/pipeline_instances/_show_tab_buttons.html.erb b/apps/workbench/app/views/pipeline_instances/_show_tab_buttons.html.erb
index 32485f5..38a7c91 100644
--- a/apps/workbench/app/views/pipeline_instances/_show_tab_buttons.html.erb
+++ b/apps/workbench/app/views/pipeline_instances/_show_tab_buttons.html.erb
@@ -1,7 +1,8 @@
   <% if @object.state.in? ['Complete', 'Failed', 'Cancelled', 'Paused'] %>
 
   <%= link_to(copy_pipeline_instance_path('id' => @object.uuid, 'script' => "use_latest", "components" => "use_latest", "pipeline_instance[state]" => "RunningOnServer"),
-      class: 'btn btn-primary', title: 'Re-run with latest options',
+      class: 'btn btn-primary',
+      title: 'Re-run with latest options',
       #data: {toggle: :tooltip, placement: :top}, title: 'Re-run',
       method: :post,
       ) do %>

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list