forked from External/greenlight
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:
committed by
farhatahmad
parent
7c6ad6d903
commit
e13e762349
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user