11870: minor update
[arvados.git] / apps / workbench / app / views / application / _show_recent.html.erb
index 57a5b74e93469c96232000d05bf83ac561b3aa66..8712c0a7c31a4d55c55dd848eccf95b6321f241f 100644 (file)
@@ -25,6 +25,9 @@
         <%= controller.model_class.attribute_info[attr.to_sym].andand[:column_heading] or attr.sub /_uuid/, '' %>
       </th>
       <% end %>
+      <th>
+        <!-- a column for user's home -->
+      </th>
       <th>
         <!-- a column for delete buttons -->
       </th>
@@ -53,6 +56,9 @@
         <% end %>
       </td>
       <% end %>
+      <td>
+        <%= render partial: 'show_home_button', locals: {object:object} %>
+      </td>
       <td>
         <%= render partial: 'delete_object_button', locals: {object:object} %>
       </td>