[ARVADOS] updated: 18e7ea91bc5e9cd7cd1f25bd009a67e6fd2cc06b

git at public.curoverse.com git at public.curoverse.com
Mon Jun 2 08:50:37 EDT 2014


Summary of changes:
 apps/workbench/app/views/jobs/_show_status.html.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  18e7ea91bc5e9cd7cd1f25bd009a67e6fd2cc06b (commit)
      from  5779020e2f38bbc88dc436b33dcaf7dbd8292752 (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 18e7ea91bc5e9cd7cd1f25bd009a67e6fd2cc06b
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Mon Jun 2 08:50:33 2014 -0400

    2939: Added repository to re-run with latest button label

diff --git a/apps/workbench/app/views/jobs/_show_status.html.erb b/apps/workbench/app/views/jobs/_show_status.html.erb
index f4e8fa9..08317de 100644
--- a/apps/workbench/app/views/jobs/_show_status.html.erb
+++ b/apps/workbench/app/views/jobs/_show_status.html.erb
@@ -21,7 +21,7 @@ Re-run job using version:
   <%= hidden_field :job, d, :value => Oj.dump(@object[d]) %>
 <% end %>
 <%= hidden_field :options, :no_reuse, :value => true %>
-<%= button_tag "Latest (#{@object.supplied_script_version})", {class: 'btn btn-primary', id: "run-pipeline-button"} %>
+<%= button_tag "Latest (#{@object.repository}/#{@object.supplied_script_version})", {class: 'btn btn-primary', id: "run-pipeline-button"} %>
 <% end %>
 </div>
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list