[ARVADOS] updated: 70b7c3e8893913bb17c31cf2432cb73fe794c724
git at public.curoverse.com
git at public.curoverse.com
Tue May 20 15:35:57 EDT 2014
Summary of changes:
apps/workbench/app/views/collections/show.html.erb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 70b7c3e8893913bb17c31cf2432cb73fe794c724 (commit)
from 637638648c096ae407cc4f6548d077a0779ee7bd (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 70b7c3e8893913bb17c31cf2432cb73fe794c724
Author: Brett Smith <brett at curoverse.com>
Date: Tue May 20 15:36:42 2014 -0400
2753: Untabify folder view.
diff --git a/apps/workbench/app/views/collections/show.html.erb b/apps/workbench/app/views/collections/show.html.erb
index 8a60e34..9fc67ac 100644
--- a/apps/workbench/app/views/collections/show.html.erb
+++ b/apps/workbench/app/views/collections/show.html.erb
@@ -57,7 +57,7 @@
<%= render_arvados_object_list_start(@logs, 'Show all activity',
logs_path(filters: [['object_uuid','=', at object.uuid]].to_json)) do |log| %>
<p>
- <%= time_ago_in_words(log.event_at) %> ago: <%= log.summary %>
+ <%= time_ago_in_words(log.event_at) %> ago: <%= log.summary %>
<% if log.object_uuid %>
<%= link_to_if_arvados_object log.object_uuid, link_text: raw('<i class="fa fa-hand-o-right"></i>') %>
<% end %>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list