20690: Remove workbench1 and testing/packaging references.
[arvados.git] / apps / workbench / app / views / repositories / show_blob.html.erb
diff --git a/apps/workbench/app/views/repositories/show_blob.html.erb b/apps/workbench/app/views/repositories/show_blob.html.erb
deleted file mode 100644 (file)
index 729c9c6..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<%# Copyright (C) The Arvados Authors. All rights reserved.
-
-SPDX-License-Identifier: AGPL-3.0 %>
-
-<%= render partial: 'repository_breadcrumbs' %>
-
-<% if not @blobdata.valid_encoding? %>
-  <div class="alert alert-warning">
-    <p>
-      This file has an invalid text encoding, so it can't be shown
-      here.  (This probably just means it's a binary file, not a text
-      file.)
-    </p>
-  </div>
-<% else %>
-  <pre><%= @blobdata %></pre>
-<% end %>