X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9e3bb9b984ff700fc3455f87437a8f1ac5841f0e..b6d7efab2c4bffa3fabd55b166e44cca8ac1391f:/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 %> +