Merge branch 'stable' into develop
This commit is contained in:
commit
b1aa8aacfd
2 changed files with 5 additions and 0 deletions
|
|
@ -110,6 +110,7 @@ Contributions are very welcome, the hard work is done!
|
|||
|
||||
## 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
|
||||
|
||||
|
|
|
|||
|
|
@ -7,6 +7,10 @@
|
|||
Internal server error.
|
||||
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