8139 add a podmin mail to footer

fixes #8139
closes #8242
This commit is contained in:
Thorsten Claus 2021-05-09 10:45:42 +02:00 committed by Benjamin Neff
parent d39a4e3621
commit 4c337c6952
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
3 changed files with 4 additions and 0 deletions

View file

@ -16,6 +16,7 @@
* Allow points and dashes in the username [#8266](https://github.com/diaspora/diaspora/pull/8266) * Allow points and dashes in the username [#8266](https://github.com/diaspora/diaspora/pull/8266)
* Add support for footnotes in markdown [#8277](https://github.com/diaspora/diaspora/pull/8277) * Add support for footnotes in markdown [#8277](https://github.com/diaspora/diaspora/pull/8277)
* Send `AccountMigration` if receiving message to a migrated account [#8288](https://github.com/diaspora/diaspora/pull/8288) * Send `AccountMigration` if receiving message to a migrated account [#8288](https://github.com/diaspora/diaspora/pull/8288)
* Add podmin mail address to the footer [#8242](https://github.com/diaspora/diaspora/pull/8242)
# 0.7.15.0 # 0.7.15.0

View file

@ -7,3 +7,5 @@
%li= link_to t("layouts.application.switch_to_touch_optimized_mode"), toggle_mobile_path %li= link_to t("layouts.application.switch_to_touch_optimized_mode"), toggle_mobile_path
- if AppConfig.settings.terms.enable? - if AppConfig.settings.terms.enable?
%li= link_to t("_terms"), terms_path %li= link_to t("_terms"), terms_path
- unless AppConfig.admins.podmin_email.nil?
%li= mail_to AppConfig.admins.podmin_email, t("_podmin_mail")

View file

@ -32,6 +32,7 @@ en:
no_results: "No results found" no_results: "No results found"
_contacts: "Contacts" _contacts: "Contacts"
_terms: "Terms" _terms: "Terms"
_podmin_mail: "Contact Podmin"
_statistics: "Statistics" _statistics: "Statistics"
# For reference translation; the real ActiveRecord English transations are actually # For reference translation; the real ActiveRecord English transations are actually