9426: save "tags" as "properties" on collection, rather than as a field in properties.
[arvados.git] / apps / workbench / app / views / collections / _show_tag_rows.html.erb
index eceec1057beb05d55c8088fab6b694b4170feea0..293f02bfb01451c4be219f9d3f6134380b2325e0 100644 (file)
@@ -1,5 +1,5 @@
 <%
-  tags = object.properties[:tags]
+  tags = object.properties
 %>
       <% if tags.andand.is_a?(Hash) %>
         <% tags.each do |k, v| %>