Merge branch '12033-multisite-search'
[arvados.git] / apps / workbench / app / views / collections / _show_tag_rows.html.erb
index eceec1057beb05d55c8088fab6b694b4170feea0..eb57913df8b12a78eb26cd0b67532959e12753d1 100644 (file)
@@ -1,5 +1,9 @@
+<%# Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: AGPL-3.0 %>
+
 <%
-  tags = object.properties[:tags]
+  tags = object.properties
 %>
       <% if tags.andand.is_a?(Hash) %>
         <% tags.each do |k, v| %>