[ARVADOS] updated: 24c8862af669479c83cc340f0ba061489dec677f
git at public.curoverse.com
git at public.curoverse.com
Mon Dec 1 17:09:24 EST 2014
Summary of changes:
apps/workbench/app/views/collections/_show_files.html.erb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 24c8862af669479c83cc340f0ba061489dec677f (commit)
from efc3cdc7eb9f5c90c71edcf4d3f27667a8fce5e9 (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 24c8862af669479c83cc340f0ba061489dec677f
Author: radhika <radhika at curoverse.com>
Date: Mon Dec 1 17:08:24 2014 -0500
4644: do not add filterable to directories
diff --git a/apps/workbench/app/views/collections/_show_files.html.erb b/apps/workbench/app/views/collections/_show_files.html.erb
index a43c566..39a1b36 100644
--- a/apps/workbench/app/views/collections/_show_files.html.erb
+++ b/apps/workbench/app/views/collections/_show_files.html.erb
@@ -74,7 +74,7 @@ function unselect_all_files() {
<li>
<% if size.nil? # This is a subdirectory. %>
<% dirstack.push(File.join(dirname, filename)) %>
- <div class="collection_files_row filterable">
+ <div class="collection_files_row">
<div class="collection_files_name><i class="fa fa-fw fa-folder-open"></i> <%= filename %></div>
</div>
<ul class="collection_files">
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list