X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/80f755b89c729a2772e9e5f5a6b23f20552f8211..b2d825bd6059d843b1ae1917ff22e4de3cfc4f5a:/apps/workbench/app/views/collections/_show_tag_rows.html.erb?ds=inline diff --git a/apps/workbench/app/views/collections/_show_tag_rows.html.erb b/apps/workbench/app/views/collections/_show_tag_rows.html.erb index eceec1057b..eb57913df8 100644 --- a/apps/workbench/app/views/collections/_show_tag_rows.html.erb +++ b/apps/workbench/app/views/collections/_show_tag_rows.html.erb @@ -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| %>