1 <%# Copyright (C) The Arvados Authors. All rights reserved.
3 SPDX-License-Identifier: AGPL-3.0 %>
5 <%= form_for @object do |f| %>
6 <table class="table topalign">
10 <% @object.attributes_for_display.each do |attr, attrvalue| %>
11 <%= render partial: 'application/arvados_object_attr', locals: { attr: attr, attrvalue: attrvalue } %>