X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6006e4dff665c1331495a09df8bbff07d4acd61a..f12350f25275fbf4c6c8692122f5eacce89794ee:/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..8fb588ff6b 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
-