X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d6d7788c4e6b1d3da88833329b326fd7a3891503..3e443d57aaecd34e63a8d861c7075ab7b0f61174:/apps/workbench/app/views/application/404.html.erb diff --git a/apps/workbench/app/views/application/404.html.erb b/apps/workbench/app/views/application/404.html.erb index fd97295956..7d15d95557 100644 --- a/apps/workbench/app/views/application/404.html.erb +++ b/apps/workbench/app/views/application/404.html.erb @@ -4,6 +4,7 @@ class_name_h = class_name.humanize(capitalize: false) req_item = safe_join([class_name_h, " with UUID ", raw(""), params[:uuid], raw("")], "") + req_item_plain_text = safe_join([class_name_h, " with UUID ", params[:uuid]]) else req_item = "page you requested" end @@ -20,3 +21,12 @@ Perhaps you'd like to

+

+
+<% error_message = "The #{req_item_plain_text} was not found." %> +Would you like to report this problem?
+<%= 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 %> + Report problem +<% end %> +