2 <br/><strong>If you suspect this is a bug, you can help us fix it by sending us a problem report:</strong><br/><br/>
3 <% if error_type == 'api' %>
5 api_request_url = api_error.andand.request_url ? api_error.request_url : ''
6 api_error_response = api_error.andand.api_response ? api_error.api_response : ''
8 Send a problem report right here. <%= link_to report_issue_popup_path(popup_type: 'report', current_location: request.url, current_path: request.fullpath, action_method: 'post', api_error_request_url: api_request_url, api_error_response: api_error_response),
9 {class: 'btn btn-primary report-issue-modal-window', :remote => true, return_to: request.url} do %>
10 <i class="fa fa-fw fa-support"></i> Report problem
13 Send a problem report right here. <%= link_to report_issue_popup_path(popup_type: 'report', current_location: request.url, current_path: request.fullpath, action_method: 'post', error_message: error_message),
14 {class: 'btn btn-primary report-issue-modal-window', :remote => true, return_to: request.url} do %>
15 <i class="fa fa-fw fa-support"></i> Report problem
18 <% support_email = Rails.configuration.support_email_address%>
20 If you prefer, send email to: <a href="mailto:<%=support_email%>?subject=Workbench problem report&body=Problem while viewing page <%=request.url%>"><%=support_email%></a>