20690: Remove workbench1 and testing/packaging references.
[arvados.git] / apps / workbench / app / views / application / error.html.erb
diff --git a/apps/workbench/app/views/application/error.html.erb b/apps/workbench/app/views/application/error.html.erb
deleted file mode 100644 (file)
index e0f579e..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<%# Copyright (C) The Arvados Authors. All rights reserved.
-
-SPDX-License-Identifier: AGPL-3.0 %>
-
-<h2>Oh... fiddlesticks.</h2>
-
-<p>Sorry, I had some trouble handling your request.</p>
-
-<ul>
-<% if @errors.is_a? Array then @errors.each do |error| %>
-<li><%= error %></li>
-<% end end %>
-</ul>