X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4bc4165ea8acbcfb2c1a19e0793a52c48d04cc59..1cf8673787f9aa62d2a63212522f883c867219af:/apps/workbench/app/views/application/_show_attributes.html.erb diff --git a/apps/workbench/app/views/application/_show_attributes.html.erb b/apps/workbench/app/views/application/_show_attributes.html.erb index 0e8d2a2bd8..c48428e71f 100644 --- a/apps/workbench/app/views/application/_show_attributes.html.erb +++ b/apps/workbench/app/views/application/_show_attributes.html.erb @@ -1 +1,17 @@ -<%= render partial: 'arvados_object' %> +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + +<%= form_for @object do |f| %> + + + + + <% @object.attributes_for_display.each do |attr, attrvalue| %> + <%= render partial: 'application/arvados_object_attr', locals: { attr: attr, attrvalue: attrvalue } %> + <% end %> + +
+ +<% end %> +