20690: Remove workbench1 and testing/packaging references.
[arvados.git] / apps / workbench / app / views / users / _home.html.erb
diff --git a/apps/workbench/app/views/users/_home.html.erb b/apps/workbench/app/views/users/_home.html.erb
deleted file mode 100644 (file)
index 96ba627..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-<%# Copyright (C) The Arvados Authors. All rights reserved.
-
-SPDX-License-Identifier: AGPL-3.0 %>
-
-<% content_for :breadcrumbs do raw '<!-- -->' end %>
-<% content_for :css do %>
-      .dash-list {
-        padding: 9px 0;
-      }
-      .dash-list>ul>li>a>span {
-      min-width: 1.5em;
-      margin-left: auto;
-      margin-right: auto;
-      }
-      .centerme {
-      margin-left: auto;
-      margin-right: auto;
-      text-align: center;
-      }
-      .bigfatnumber {
-      font-size: 4em;
-      font-weight: bold;
-      }
-      .dax {
-      max-width: 10%;
-      margin-right: 1em;
-      float: left
-      }
-      .daxalert {
-      overflow: hidden;
-      }
-<% end %>
-
-<div id="home-tables">
-
-    <%= render :partial => 'tables' %>
-
-</div>