20690: Remove workbench1 and testing/packaging references.
[arvados.git] / apps / workbench / app / views / application / _loading_modal.html.erb
diff --git a/apps/workbench/app/views/application/_loading_modal.html.erb b/apps/workbench/app/views/application/_loading_modal.html.erb
deleted file mode 100644 (file)
index 7d88d14..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<%# Copyright (C) The Arvados Authors. All rights reserved.
-
-SPDX-License-Identifier: AGPL-3.0 %>
-
-<div id="loading-modal" class="modal fade">
-  <div class="modal-dialog">
-       <div class="modal-content">
-         <div class="modal-header">
-           <h3>Refreshing...</h3>
-         </div>
-         <div class="modal-body">
-           <p>Content may have changed.</p>
-         </div>
-       </div>
-  </div>
-</div>