Tweak table styles and add Total row
[arvados.git] / apps / workbench / app / helpers / collections_helper.rb
index df0ba22eac92f411ed58a268ccfd5b6a4cb2af8d..7b548dfb84b4ae25a2bbe2e57ffa265d29118277 100644 (file)
@@ -6,6 +6,6 @@ module CollectionsHelper
   end
 
   def self.match(uuid)
-    /^([a-f0-9]{32}(\+[0-9]+)?)(\+.*)?$/.match(uuid.to_s)
+    /^([a-f0-9]{32})(\+[0-9]+)?(\+.*?)?(\/.*)?$/.match(uuid.to_s)
   end
 end