Add podmin email to 500 error page

closes #6652
This commit is contained in:
Steffen van Bergerem 2016-01-23 18:05:41 +01:00 committed by Dennis Schubert
parent ebfb901b39
commit 0213bbc028
2 changed files with 9 additions and 0 deletions

View file

@ -8,6 +8,7 @@
## Features
* Keyboard shortcuts now do work on profile pages as well [#6647](https://github.com/diaspora/diaspora/pull/6647/files)
* Add the podmin email address to 500 errors [#6652](https://github.com/diaspora/diaspora/pull/6652)
# 0.5.6.1

View file

@ -8,3 +8,11 @@
500: Internal server error.
%h3
Our bad! Sorry about that. :(
- if AppConfig.admins.podmin_email?
%p
Drop us an email to <a href="mailto:#{AppConfig.admins.podmin_email}">#{AppConfig.admins.podmin_email}</a>.
%p
%a{href: "javascript:history.back()"}
Go Back?