X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0ecbb08536d02433272e62cf1878edd7927f66e1..85c625c40ad873d0efac33f8a63c1ee256185e36:/apps/workbench/app/views/collections/_index_tbody.html.erb diff --git a/apps/workbench/app/views/collections/_index_tbody.html.erb b/apps/workbench/app/views/collections/_index_tbody.html.erb index 5d2fe2cbd0..845c92e802 100644 --- a/apps/workbench/app/views/collections/_index_tbody.html.erb +++ b/apps/workbench/app/views/collections/_index_tbody.html.erb @@ -1,3 +1,7 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + <% @objects.each do |c| %> @@ -39,7 +43,7 @@ <% if @collection_info[c.uuid] %> <% @collection_info[c.uuid][:tag_links].each do |tag_link| %> <%= tag_link.name %> - <% if tag_link.owner_uuid == current_user.uuid %> + <% if tag_link.owner_uuid == current_user.andand.uuid %>   <% end %>