be more selective about invoking array-of-strings display on generic object#show...
[arvados.git] / app / views / application / _orvos_object.html.erb
1 <table class="table topalign">
2   <thead>
3   </thead>
4   <tbody>
5     <% @object.attributes_for_display.each do |attr, attrvalue| %>
6     <%= render partial: 'application/orvos_object_attr', locals: { attr: attr, attrvalue: attrvalue } %>
7     <% end %>
8   </tbody>
9 </table>