20690: Remove workbench1 and testing/packaging references.
[arvados.git] / apps / workbench / app / views / collections / _show_recent.html.erb
diff --git a/apps/workbench/app/views/collections/_show_recent.html.erb b/apps/workbench/app/views/collections/_show_recent.html.erb
deleted file mode 100644 (file)
index d624749..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-<%= render partial: "paging", locals: {results: @collections, object: @object} %>
-
-<div style="padding-right: 1em">
-
-<%= form_tag do |f| %>
-
-<table id="collections-index" class="topalign table table-condensed table-fixedlayout"> <!-- table-fixed-header-row -->
-  <colgroup>
-    <col width="8%" />
-    <col width="10%" />
-    <col width="34%" />
-    <col width="11%" />
-    <col width="12%" />
-    <col width="29%" />
-  </colgroup>
-  <thead>
-    <tr class="contain-align-left">
-      <th></th>
-      <th>uuid</th>
-      <th>contents</th>
-      <th>created at</th>
-      <th>storage</th>
-      <th>tags</th>
-    </tr>
-  </thead>
-  <tbody>
-    <%= render partial: 'index_tbody' %>
-  </tbody>
-</table>
-
-<% end %>
-
-</div>
-
-<%= render partial: "paging", locals: {results: @collections, object: @object} %>
-
-<% content_for :footer_js do %>
-$(document).on('click', 'form[data-remote] input[type=submit]', function() {
-  $('table#collections-index tbody').fadeTo(200, 0.3);
-  return true;
-});
-<% end %>