9587: sort the trash page rows by trash_at timestamp
[arvados.git] / apps / workbench / app / views / issue_reporter / send_report.text.erb
index 466d0915b650137005d5ed088a972683a10fba24..28841b014c233afc74a26178e27397c38002f1c2 100644 (file)
@@ -1,11 +1,12 @@
 <% if @user %>
-Issue reported by user <%=@user.full_name%> <%=@user.email%>
+Issue reported by user <%=@user.email%>
 <% else %>
 Issue reported
 <% end %>
 
 Details of the report:
-<% json_map = JSON.parse(@params['report_additional_info']).map %>
-<%  map_to_s = json_map.map {|k,v| "#{k}=#{v}"}.join("\n") %>
+<% if @params['report_additional_info'] %>
+<%  map_to_s = JSON.parse(@params['report_additional_info']).map {|k,v| "#{k}=#{v}"}.join("\n") %>
 <%= map_to_s %>
-Report text=<%=@params['report_text'] %>
+<% end %>
+Report text=<%=@params['report_issue_text'] %>