20690: Remove workbench1 and testing/packaging references.
[arvados.git] / apps / workbench / app / views / users / inactive.html.erb
diff --git a/apps/workbench/app/views/users/inactive.html.erb b/apps/workbench/app/views/users/inactive.html.erb
deleted file mode 100644 (file)
index f3cb3cf..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-<%# Copyright (C) The Arvados Authors. All rights reserved.
-
-SPDX-License-Identifier: AGPL-3.0 %>
-
-<% content_for :breadcrumbs do raw '<!-- -->' end %>
-
-<div class="row">
-  <div class="col-sm-8 col-sm-push-4" style="margin-top: 1em">
-    <div class="well clearfix">
-      <%= image_tag "dax.png", style: "width: 147px; height: 197px; max-width: 25%; margin-right: 2em", class: 'pull-left' %>
-
-      <h3>Hi! You're logged in, but...</h3>
-
-      <p>
-
-        Your account is inactive.
-
-      </p><p>
-
-        An administrator must activate your account before you can get
-        any further.
-
-      </p><p>
-
-        <%= link_to 'Retry', (params[:return_to] || '/'), class: 'btn btn-primary' %>
-
-      </p>
-
-      <p>
-       Already have an account with a different login?  <a href="/users/link_account">Link this login to your existing account.</a>
-      </p>
-
-    </div>
-  </div>
-</div>