X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/31c711afc4ff8a1728aeb3e5f405a131047671c9..b3cc51580f7d4bfa0c390e29950b2d605bfcda79:/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 c36f27ccc7..800263f0f4 100644 --- a/apps/workbench/app/views/application/_show_recent.html.erb +++ b/apps/workbench/app/views/application/_show_recent.html.erb @@ -15,7 +15,9 @@ - + <% if objects.first and objects.first.class.goes_in_folders? %> + + <% end %> <% objects.first.attributes_for_display.each do |attr, attrvalue| %> <% next if attr_blacklist.index(" "+attr) %> @@ -32,9 +34,11 @@ <% objects.each do |object| %> - + <% if objects.first.class.goes_in_folders? %> + + <% end %>
- <%= render :partial => "selection_checkbox", :locals => {:object => object} %> - + <%= render :partial => "selection_checkbox", :locals => {:object => object} %> + <%= render :partial => "show_object_button", :locals => {object: object, size: 'xs'} %>