[ARVADOS] updated: 5536864737f7729775f9b2ee95516d6df5053451
Git user
git at public.curoverse.com
Fri Jun 30 11:30:20 EDT 2017
Summary of changes:
apps/workbench/app/views/repositories/_show_help.html.erb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 5536864737f7729775f9b2ee95516d6df5053451 (commit)
from 30186c3f928d280e4af97a4989d7a82dfe68d592 (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 5536864737f7729775f9b2ee95516d6df5053451
Author: radhika <radhika at curoverse.com>
Date: Fri Jun 30 11:30:05 2017 -0400
11870: minor update
Arvados-DCO-1.1-Signed-off-by: Radhika Chippada <radhika at curoverse.com>
diff --git a/apps/workbench/app/views/repositories/_show_help.html.erb b/apps/workbench/app/views/repositories/_show_help.html.erb
index afc7e54..42ec96f 100644
--- a/apps/workbench/app/views/repositories/_show_help.html.erb
+++ b/apps/workbench/app/views/repositories/_show_help.html.erb
@@ -1,7 +1,7 @@
<%
filters = @filters + [["owner_uuid", "=", current_user.uuid]]
example = Repository.all.order("name ASC").filter(filters).limit(1).results.first
- example = Repository.all.order("name ASC").results.limit(1).first if !example
+ example = Repository.all.order("name ASC").limit(1).results.first if !example
%>
<% if example %>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list