3551: Merge branch 'master' into 3551-go-layout
[arvados.git] / apps / workbench / app / views / users / storage.html.erb
index 30fec4a88d1f1aacb603fe76465bb1315fee0da0..7533aa0c42ea5f0cd6ed44552d0ac10133bba559 100644 (file)
@@ -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 %>