parent
ebfb901b39
commit
0213bbc028
2 changed files with 9 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
* Keyboard shortcuts now do work on profile pages as well [#6647](https://github.com/diaspora/diaspora/pull/6647/files)
|
* 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
|
# 0.5.6.1
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,3 +8,11 @@
|
||||||
500: Internal server error.
|
500: Internal server error.
|
||||||
%h3
|
%h3
|
||||||
Our bad! Sorry about that. :(
|
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?
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue