[ARVADOS] updated: aa35b924e64697ba41d07017f92ae1bd7bafceb1
git at public.curoverse.com
git at public.curoverse.com
Tue Jul 29 10:00:30 EDT 2014
Summary of changes:
apps/workbench/app/views/application/_choose.html.erb | 2 +-
apps/workbench/app/views/layouts/body.html.erb | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
via aa35b924e64697ba41d07017f92ae1bd7bafceb1 (commit)
from fd372f1484ad0b7a1eb3ac430c3345dbc0f61bc5 (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 aa35b924e64697ba41d07017f92ae1bd7bafceb1
Author: Tom Clegg <tom at curoverse.com>
Date: Tue Jul 29 10:00:03 2014 -0400
3235: Fix attribute keys. refs #3235
diff --git a/apps/workbench/app/views/application/_choose.html.erb b/apps/workbench/app/views/application/_choose.html.erb
index 1be7b06..d006a11 100644
--- a/apps/workbench/app/views/application/_choose.html.erb
+++ b/apps/workbench/app/views/application/_choose.html.erb
@@ -24,7 +24,7 @@
:project_link_to => Proc.new do |pnode, &block|
link_to "#", {
class: "chooser-show-project",
- data_project_uuid: pnode[:object].uuid,
+ data: {'project_uuid' => pnode[:object].uuid},
}, &block
end,
:top_button => nil
diff --git a/apps/workbench/app/views/layouts/body.html.erb b/apps/workbench/app/views/layouts/body.html.erb
index 78a0ebe..c703bc7 100644
--- a/apps/workbench/app/views/layouts/body.html.erb
+++ b/apps/workbench/app/views/layouts/body.html.erb
@@ -156,8 +156,8 @@
<%= render partial: "projects_tree_menu", locals: {
:project_link_to => Proc.new do |pnode, &block|
link_to(project_path(pnode[:object].uuid),
- data_object_uuid: pnode[:object].uuid,
- data_name: 'name',
+ data: { 'object-uuid' => pnode[:object].uuid,
+ 'name' => 'name' },
&block)
end,
:top_button => Proc.new do %>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list