<% @objects.sort_by { |link| link[:created_at] }.each do |link| %> <% end %> <% if @objects.count == 0 %> <% end %>
id class name tail head properties
<%= link_to_if_arvados_object link %> <%= render_editable_attribute link, 'link_class' %> <%= render_editable_attribute link, 'name' %> <%= render_editable_attribute link, 'tail_uuid' %> <%= render_editable_attribute link, 'head_uuid' %> <%= link.properties %> <% if current_user and (current_user.is_admin or current_user.uuid == link.owner_uuid) %> <%= link_to raw(''), { action: 'destroy', id: link.uuid }, data: {confirm: 'Delete this link?', method: 'delete'} %> <% end %>
(no links)