[ARVADOS] updated: 16cc50a4161448f9987635e06fe3d772ee0321ab
git at public.curoverse.com
git at public.curoverse.com
Thu Jun 5 10:42:37 EDT 2014
Summary of changes:
apps/workbench/app/controllers/application_controller.rb | 2 +-
apps/workbench/app/helpers/application_helper.rb | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
via 16cc50a4161448f9987635e06fe3d772ee0321ab (commit)
from 25f3a23bc8794b77a1b5fa1e5e7f9c38a152dd8f (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 16cc50a4161448f9987635e06fe3d772ee0321ab
Author: radhika <radhika at curoverse.com>
Date: Thu Jun 5 10:25:19 2014 -0400
2871: remove trailing white space
diff --git a/apps/workbench/app/controllers/application_controller.rb b/apps/workbench/app/controllers/application_controller.rb
index cc4e09f..99bb2ca 100644
--- a/apps/workbench/app/controllers/application_controller.rb
+++ b/apps/workbench/app/controllers/application_controller.rb
@@ -486,7 +486,7 @@ class ApplicationController < ActionController::Base
size_key = "#{dataclass}_size"
if @objects_map_for && @objects_map_for[dataclass] && @objects_map_for[size_key] &&
(@objects_map_for[size_key] >= size)
- return @objects_map_for[dataclass]
+ return @objects_map_for[dataclass]
end
@objects_map_for = {}
diff --git a/apps/workbench/app/helpers/application_helper.rb b/apps/workbench/app/helpers/application_helper.rb
index eb729d8..5cfe475 100644
--- a/apps/workbench/app/helpers/application_helper.rb
+++ b/apps/workbench/app/helpers/application_helper.rb
@@ -91,7 +91,7 @@ module ApplicationHelper
begin
if resource_class.name == 'Collection'
link_name = collections_for_object(link_uuid).first.friendly_link_name
- else
+ else
link_name = object_for_dataclass(resource_class, link_uuid).friendly_link_name
end
rescue RuntimeError
@@ -275,7 +275,7 @@ module ApplicationHelper
itemuuids << item.uuid
selectables.append({name: item.uuid, uuid: item.uuid, type: dataclass.to_s})
end
-
+
itemuuids.each do |itemuuid|
links_for_object(itemuuid).each do |link|
if link.link_class.in? ["tag", "identifier"]
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list