% if @objects.empty? %>
No <%= controller.model_class.to_s.underscore.pluralize.gsub '_', ' ' %> to display.
<% else %> <% attr_blacklist = ' created_at modified_at modified_by_user_uuid modified_by_client_uuid updated_at' %><%= controller.model_class.attribute_info[attr.to_sym].andand[:column_heading] or attr.sub /_uuid/, '' %> | <% end %>
---|
<% if attr == 'uuid' %> <%= link_to_if_arvados_object object %> <% elsif object.attribute_editable? attr %> <%= render_editable_attribute object, attr %> <% else %> <%= link_to_if_arvados_object attrvalue, {referring_attr: attr, referring_object: @object, with_class_name: true} %> <% end %> | <% end %>