X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3b7eb34eed85186602c059778775291888513d21..f5783fd9242883b10dcd6e371597b798e1eecc5e:/apps/workbench/app/views/projects/_show_tab_contents.html.erb diff --git a/apps/workbench/app/views/projects/_show_tab_contents.html.erb b/apps/workbench/app/views/projects/_show_tab_contents.html.erb index e95ba72077..8ea2e6cc18 100644 --- a/apps/workbench/app/views/projects/_show_tab_contents.html.erb +++ b/apps/workbench/app/views/projects/_show_tab_contents.html.erb @@ -2,7 +2,7 @@
- +
- +
- <% - selected_objects_and_names = [] - specific_data_kinds = ['arvados#collection', 'arvados#group', 'arvados#job', 'arvados#pipelineInstance', 'arvados#pipelineTemplate'] - @objects_and_names.each do |object, name_link| - if !data_kind.any? && !specific_data_kinds.include?(object.kind) - selected_objects_and_names << [object, name_link] - elsif data_kind.include?(object.kind) - selected_objects_and_names << [object, name_link] - end - end - %> - - +
- - + + + + + - - <%= render partial: 'show_contents_rows', locals: {project: @object, objects_and_names: selected_objects_and_names} %> + - - + + + + +
- - description - namedescription
-