8784: Fix test for latest firefox.
[arvados.git] / apps / workbench / app / views / application / _show_attributes.html.erb
1 <%= form_for @object do |f| %>
2 <table class="table topalign">
3   <thead>
4   </thead>
5   <tbody>
6     <% @object.attributes_for_display.each do |attr, attrvalue| %>
7     <%= render partial: 'application/arvados_object_attr', locals: { attr: attr, attrvalue: attrvalue } %>
8     <% end %>
9   </tbody>
10 </table>
11
12 <% end %>
13