X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b6244435a4470fbddc9f13edb4329d563e579e50..0d06a2984420d9d48e16ccb6d85982b3dce05644:/apps/workbench/app/views/collections/_show_tag_rows.html.erb 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| %>