X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b2979b0db0b6b5ee7ad3001ffcc8f76ff4d96f05..d36a4308d2e3dd564ddee92347466833c57ccfc9:/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..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,9 @@ - + <% if objects.first and objects.first.class.goes_in_projects? %> + + <% 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_projects? %> + + <% 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'} %>