4036: when files in a collection are combined, create the new collection in the origi...
[arvados.git] / apps / workbench / app / views / collections / _index_tbody.html.erb
index deba78e47b7f2723b2fa10da36a7674b357a123f..3d5c1c7a5899213fafb6bec3ab2909b18ac77e5f 100644 (file)
     <% end %>
   </td>
   <td>
-    <%= raw(distance_of_time_in_words(c.created_at, Time.now).sub('about ','~').sub(' ','&nbsp;')) if c.created_at %>
-  </td>
-  <td>
-    <% current_state = @collection_info[c.uuid][:wanted_by_me] ? 'persistent' : 'cache' %>
-    <%= render partial: 'toggle_persist', locals: { uuid: c.uuid, current_state: current_state } %>
+    <%= c.created_at.to_s if c.created_at %>
   </td>
   <td class="add-tag-button">
     <a class="btn btn-xs btn-info add-tag-button pull-right" data-remote-href="<%= url_for(controller: 'links', action: 'create') %>" data-remote-method="post"><i class="glyphicon glyphicon-plus"></i>&nbsp;Add</a>