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
@ -125,6 +125,8 @@ module Greenlight
|
||||
config.maintenance_window = ENV["MAINTENANCE_WINDOW"]
|
||||
config.maintenance_mode = ENV["MAINTENANCE_MODE"] == "true"
|
||||
|
||||
config.report_issue_url = ENV["REPORT_ISSUE_URL"]
|
||||
|
||||
# DEFAULTS
|
||||
|
||||
# Default branding image if the user does not specify one
|
||||
|
@ -153,6 +153,7 @@ en:
|
||||
internal:
|
||||
message: Looks like something went wrong on our end.
|
||||
help: The error has been logged, we'll take a look!
|
||||
report: Report Issue
|
||||
maintenance:
|
||||
message: Sorry, we're down for maintenance.
|
||||
help: We'll be back soon!
|
||||
|
Reference in New Issue
Block a user