20690: Remove workbench1 and testing/packaging references.
[arvados.git] / apps / workbench / app / views / jobs / _show_job_buttons.html.erb
diff --git a/apps/workbench/app/views/jobs/_show_job_buttons.html.erb b/apps/workbench/app/views/jobs/_show_job_buttons.html.erb
deleted file mode 100644 (file)
index 7938a65..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<%# Copyright (C) The Arvados Authors. All rights reserved.
-
-SPDX-License-Identifier: AGPL-3.0 %>
-
-<% if @object.state != "Running" and Job.creatable? %>
-  <button type="button" class="btn btn-sm btn-primary" data-toggle="modal" data-target="#jobRerunModal">
-    <i class="fa fa-fw fa-gear"></i> Re-run job...
-  </button>
-<% end %>