[ARVADOS] updated: f078a2d38f8bfe17732d171895fa23471f8217c1
git at public.curoverse.com
git at public.curoverse.com
Thu Apr 24 16:34:33 EDT 2014
Summary of changes:
apps/workbench/app/views/users/storage.html.erb | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
via f078a2d38f8bfe17732d171895fa23471f8217c1 (commit)
from 288ea0d2e35bf94d8a9f0bc609bac1467c1c5b9e (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 f078a2d38f8bfe17732d171895fa23471f8217c1
Author: Misha Zatsman <misha-arvados at zatsman.com>
Date: Thu Apr 24 20:33:39 2014 +0000
Fixed indentation.
diff --git a/apps/workbench/app/views/users/storage.html.erb b/apps/workbench/app/views/users/storage.html.erb
index 30fec4a..7533aa0 100644
--- a/apps/workbench/app/views/users/storage.html.erb
+++ b/apps/workbench/app/views/users/storage.html.erb
@@ -60,7 +60,7 @@ table#users-storage-table .byte-value {
<% content_for :footer_js do %>
$('#users-storage-table td small').each(function(){
- if ($(this).html().trim() == '0')
- $(this).css('opacity', '0.3');
+ if ($(this).html().trim() == '0')
+ $(this).css('opacity', '0.3');
});
<% end %>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list