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

@ -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

View File

@ -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!