20690: Remove workbench1 and testing/packaging references.
[arvados.git] / apps / workbench / app / views / application / index.html.erb
diff --git a/apps/workbench/app/views/application/index.html.erb b/apps/workbench/app/views/application/index.html.erb
deleted file mode 100644 (file)
index 7db8559..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<%# Copyright (C) The Arvados Authors. All rights reserved.
-
-SPDX-License-Identifier: AGPL-3.0 %>
-
-<% content_for :page_title do %>
-<%= controller.controller_name.humanize.capitalize %>
-<% end %>
-
-<% content_for :tab_line_buttons do %>
-
-  <% if controller.model_class.creatable? %>
-    <%= render partial: 'create_new_object_button' %>
-  <% end %>
-
-<% end %>
-
-<%= render partial: 'content', layout: 'content_layout', locals: {pane_list: controller.index_pane_list }%>