20690: Remove workbench1 and testing/packaging references.
[arvados.git] / apps / workbench / app / views / issue_reporter / send_report.text.erb
diff --git a/apps/workbench/app/views/issue_reporter/send_report.text.erb b/apps/workbench/app/views/issue_reporter/send_report.text.erb
deleted file mode 100644 (file)
index a6108dc..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<%# Copyright (C) The Arvados Authors. All rights reserved.
-
-SPDX-License-Identifier: AGPL-3.0 %>
-
-<% if @user %>
-Issue reported by user <%=@user.email%>
-<% else %>
-Issue reported
-<% end %>
-
-Details of the report:
-<% if @params['report_additional_info'] %>
-<%  map_to_s = JSON.parse(@params['report_additional_info']).map {|k,v| "#{k}=#{v}"}.join("\n") %>
-<%= map_to_s %>
-<% end %>
-Report text=<%=@params['report_issue_text'] %>