Skip to content

Commit

Permalink
Merge branch 'next-minor' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperTux88 committed Sep 19, 2021
2 parents 991148b + 4c337c6 commit 274edf7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Although the chat was never enabled per default and was marked as experimental,
* 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)
* 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

Expand Down
2 changes: 2 additions & 0 deletions app/views/shared/_links.haml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@
%li= link_to t("layouts.application.switch_to_touch_optimized_mode"), toggle_mobile_path
- if AppConfig.settings.terms.enable?
%li= link_to t("_terms"), terms_path
- unless AppConfig.admins.podmin_email.nil?
%li= mail_to AppConfig.admins.podmin_email, t("_podmin_mail")
1 change: 1 addition & 0 deletions config/locales/diaspora/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ en:
no_results: "No results found"
_contacts: "Contacts"
_terms: "Terms"
_podmin_mail: "Contact Podmin"
_statistics: "Statistics"

# For reference translation; the real ActiveRecord English transations are actually
Expand Down

0 comments on commit 274edf7

Please sign in to comment.