X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a01f0a9b9860ca574e0078a0e95afb783e711dc1..a1fc48d0bdba5062da9d8ea57e2cda805421aab8:/apps/workbench/app/views/application/_show_recent.html.erb diff --git a/apps/workbench/app/views/application/_show_recent.html.erb b/apps/workbench/app/views/application/_show_recent.html.erb index 800263f0f4..d94dd84be4 100644 --- a/apps/workbench/app/views/application/_show_recent.html.erb +++ b/apps/workbench/app/views/application/_show_recent.html.erb @@ -15,7 +15,7 @@ - <% if objects.first and objects.first.class.goes_in_folders? %> + <% if objects.first and objects.first.class.goes_in_projects? %> <% end %> @@ -34,7 +34,7 @@ <% objects.each do |object| %> - <% if objects.first.class.goes_in_folders? %> + <% if objects.first.class.goes_in_projects? %>
<%= render :partial => "selection_checkbox", :locals => {:object => object} %>