[ARVADOS] updated: 2d7b22fd7d905e4fa44452775d9db6a06a50da8c
Git user
git at public.curoverse.com
Fri May 20 23:58:08 EDT 2016
Summary of changes:
apps/workbench/app/views/work_unit/_component_detail.html.erb | 1 -
apps/workbench/app/views/work_unit/_show_child.html.erb | 1 +
apps/workbench/app/views/work_unit/_show_component.html.erb | 4 ++--
3 files changed, 3 insertions(+), 3 deletions(-)
via 2d7b22fd7d905e4fa44452775d9db6a06a50da8c (commit)
from 7f5a540ea4b1bad1a7b1646543e0cd48ff2af7ba (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 2d7b22fd7d905e4fa44452775d9db6a06a50da8c
Author: radhika <radhika at curoverse.com>
Date: Fri May 20 23:57:24 2016 -0400
8876: misplaced divs!
diff --git a/apps/workbench/app/views/work_unit/_component_detail.html.erb b/apps/workbench/app/views/work_unit/_component_detail.html.erb
index 045154a..13b942e 100644
--- a/apps/workbench/app/views/work_unit/_component_detail.html.erb
+++ b/apps/workbench/app/views/work_unit/_component_detail.html.erb
@@ -88,4 +88,3 @@
</div>
<% end %>
</div>
- </div>
diff --git a/apps/workbench/app/views/work_unit/_show_child.html.erb b/apps/workbench/app/views/work_unit/_show_child.html.erb
index 10c6ac0..dc88a21 100644
--- a/apps/workbench/app/views/work_unit/_show_child.html.erb
+++ b/apps/workbench/app/views/work_unit/_show_child.html.erb
@@ -99,5 +99,6 @@
<div id="collapse<%= i %>" class="panel-collapse collapse <%= if expanded then 'in' end %>">
<div class="panel-body">
<%= render partial: 'work_unit/show_component', locals: {wu: current_obj} %>
+ </div>
</div>
</div>
diff --git a/apps/workbench/app/views/work_unit/_show_component.html.erb b/apps/workbench/app/views/work_unit/_show_component.html.erb
index 0e650ac..cea3395 100644
--- a/apps/workbench/app/views/work_unit/_show_component.html.erb
+++ b/apps/workbench/app/views/work_unit/_show_component.html.erb
@@ -77,7 +77,7 @@
</p>
<p>
- <%= render partial: 'work_unit/component_detail', locals: {current_obj: wu} %>
+ <%= render(partial: 'work_unit/component_detail', locals: {current_obj: wu}) %>
</p>
<%# Work unit children %>
@@ -101,5 +101,5 @@
<% wu.children.each_with_index do |c, i| %>
<% @descendent_count += 1 %>
- <%= render partial: 'work_unit/show_child', locals: {current_obj: c, i: @descendent_count, expanded: false} %>
+ <%= render(partial: 'work_unit/show_child', locals: {current_obj: c, i: @descendent_count, expanded: false}) %>
<% end %>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list