[ARVADOS] updated: 2d4553d3d8e6f4d2e8f17e21664d46607a11dfb8
git at public.curoverse.com
git at public.curoverse.com
Thu May 22 10:36:05 EDT 2014
Summary of changes:
apps/workbench/app/views/pipeline_instances/_show_components.html.erb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 2d4553d3d8e6f4d2e8f17e21664d46607a11dfb8 (commit)
from 2328a5363e90f2588113cc6ea76329ef93197ca0 (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 2d4553d3d8e6f4d2e8f17e21664d46607a11dfb8
Author: radhika <radhika at curoverse.com>
Date: Thu May 22 10:35:00 2014 -0400
2756: need a new line between log file links in display
diff --git a/apps/workbench/app/views/pipeline_instances/_show_components.html.erb b/apps/workbench/app/views/pipeline_instances/_show_components.html.erb
index 98049bf..cf8f001 100644
--- a/apps/workbench/app/views/pipeline_instances/_show_components.html.erb
+++ b/apps/workbench/app/views/pipeline_instances/_show_components.html.erb
@@ -110,7 +110,7 @@ setInterval(function(){$('a.refresh').click()}, 15000);
<% fixup = /([a-f0-9]{32}\+\d+)(\+?.*)/.match(j[:log])%>
<% Collection.limit(1).where(uuid: fixup[1]).each do |c| %>
<% c.files.each do |file| %>
- <a href="<%= collection_path(j[:log]) %>/<%= file[1] %>?disposition=inline&size=<%= file[2] %>"><%=j[:uuid]%> Log</a>
+ <a href="<%= collection_path(j[:log]) %>/<%= file[1] %>?disposition=inline&size=<%= file[2] %>"><%=j[:uuid]%> Log</a><br/>
<% end %>
<% end %>
<% end %>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list