[ARVADOS] updated: 07520e24f23c3030dc063381ed9a6163ab763a0f
git at public.curoverse.com
git at public.curoverse.com
Mon Feb 17 15:28:21 EST 2014
Summary of changes:
.../app/views/collections/_show_files.html.erb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
via 07520e24f23c3030dc063381ed9a6163ab763a0f (commit)
from 9887cbea6421c442de1439f8c0050f81c4474dfd (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 07520e24f23c3030dc063381ed9a6163ab763a0f
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Mon Feb 17 15:29:28 2014 -0500
Fixed file page to sort by stream name, then by file name
diff --git a/apps/workbench/app/views/collections/_show_files.html.erb b/apps/workbench/app/views/collections/_show_files.html.erb
index ca694d2..385af8a 100644
--- a/apps/workbench/app/views/collections/_show_files.html.erb
+++ b/apps/workbench/app/views/collections/_show_files.html.erb
@@ -13,7 +13,7 @@
<th>d/l</th>
</tr>
</thead><tbody>
- <% if @object then @object.files.sort_by{|f|f[1]}.each do |file| %>
+ <% if @object then @object.files.sort_by{|f|[f[0],f[1]]}.each do |file| %>
<% file_path = "#{file[0]}/#{file[1]}" %>
<tr>
<td>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list