2800: Allow api() caller to specify api host and token.
[arvados.git] / apps / workbench / app / views / projects / _show_other_objects.html.erb
1 <%
2   filters = [['uuid', 'is_a', ["arvados#human","arvados#specimen","arvados#trait"]]]
3   @objects = @object.contents({limit: 50, include_linked: true, :filters => filters})
4   objects_and_names = get_objects_and_names @objects
5   page_offset = next_page_offset @objects
6 %>
7
8 <%= render partial: 'show_tab_contents', locals: {project: @object, objects_and_names: objects_and_names, filters: filters, page_offset: page_offset, tab_name: 'Other_objects'} %>