3988: Update crunch-job, arv-run-pipeline-instance and workbench to read/write
[arvados.git] / apps / workbench / app / views / application / 404.html.erb
index 7d15d9555742cd4ea2fa4b22709b89cc05b89258..8a0482274ad0cd18fcbde0d1cb770991ac4f995f 100644 (file)
@@ -7,6 +7,7 @@
      req_item_plain_text = safe_join([class_name_h, " with UUID ", params[:uuid]])
    else
      req_item = "page you requested"
+     req_item_plain_text = "page you requested"
    end
 %>
 
@@ -21,12 +22,5 @@ Perhaps you'd like to
 
 </p>
 
-<p>
-<br/>
 <% error_message = "The #{req_item_plain_text} was not found." %>
-<strong>Would you like to report this problem?</strong></br>
-<%= link_to report_issue_popup_path(popup_type: 'report', current_location: request.fullpath, action_method: 'post', error_message: error_message),
-      {class: 'btn btn-primary report-issue-modal-window', 'data-toggle' =>  "modal", 'data-target' => '#report-issue-modal-window', :remote => true, return_to: request.url} do %>
-      <i class="fa fa-fw fa-support"></i> Report problem
-<% end %>
-</p>
+<%= render :partial => "report_error", :locals => {error_message: error_message, error_type: '404'} %>