GRN2-243: Added a report issue button to the 500 error page (#796)

* Added a report issue button to the 500 error page

* Removed unused code

* Removed unused quotes
This commit is contained in:
Ahmad Farhat
2019-09-12 14:56:28 -04:00
committed by farhatahmad
parent 7c6ad6d903
commit e13e762349
6 changed files with 37 additions and 17 deletions

View File

@ -27,7 +27,8 @@ class ErrorsController < ApplicationController
status_code: 500,
message: I18n.t("errors.internal.message"),
help: I18n.t("errors.internal.help"),
display_back: true
display_back: true,
report_issue: true
}
end