2872: Merge branch '2872-folder-nav' closes #2872
[arvados.git] / apps / workbench / app / views / application / _show_recent.html.erb
index 800263f0f42bbabaae4897fbe732c13f64d85477..d94dd84be4d3a13b7da3b6facfb4264b39b7284a 100644 (file)
@@ -15,7 +15,7 @@
 <table class="table table-condensed arv-index">
   <thead>
     <tr>
-      <% if objects.first and objects.first.class.goes_in_folders? %>
+      <% if objects.first and objects.first.class.goes_in_projects? %>
         <th></th>
       <% end %>
       <th></th>
@@ -34,7 +34,7 @@
   <tbody>
     <% objects.each do |object| %>
     <tr data-object-uuid="<%= object.uuid %>">
-      <% if objects.first.class.goes_in_folders? %>
+      <% if objects.first.class.goes_in_projects? %>
         <td>
           <%= render :partial => "selection_checkbox", :locals => {:object => object} %>
         </td>