<%# Copyright (C) The Arvados Authors. All rights reserved. SPDX-License-Identifier: AGPL-3.0 %>
<% @objects[0..3].each do |object| %>
<%= @objects.name_for(object) || object.class_for_display %>
<%= object.respond_to?(:description) ? object.description : object.uuid %>
<%= render :partial => "show_object_button", :locals => {object: object, htmloptions: {class: 'btn-default btn-block'}} %>
<% end %>