]> git.arvados.org - arvados.git/blob - apps/workbench/app/views/issue_reporter/send_report.text.erb
Merge branch '12197-show-pdh-in-trash'
[arvados.git] / apps / workbench / app / views / issue_reporter / send_report.text.erb
1 <%# Copyright (C) The Arvados Authors. All rights reserved.
2
3 SPDX-License-Identifier: AGPL-3.0 %>
4
5 <% if @user %>
6 Issue reported by user <%=@user.email%>
7 <% else %>
8 Issue reported
9 <% end %>
10
11 Details of the report:
12 <% if @params['report_additional_info'] %>
13 <%  map_to_s = JSON.parse(@params['report_additional_info']).map {|k,v| "#{k}=#{v}"}.join("\n") %>
14 <%= map_to_s %>
15 <% end %>
16 Report text=<%=@params['report_issue_text'] %>