parent
e4ca9f01e2
commit
634aa7b09a
2 changed files with 2 additions and 1 deletions
|
|
@ -12,6 +12,7 @@
|
|||
* Fix wrong closing a-tag [#6111](https://github.com/diaspora/diaspora/pull/6111)
|
||||
* Fix mobile more-button wording when there are less than 15 posts [#6118](https://github.com/diaspora/diaspora/pull/6118)
|
||||
* Fix reappearing flash boxes during sign-in [#6146](https://github.com/diaspora/diaspora/pull/6146)
|
||||
* Capitalize Wiki link [#6193](https://github.com/diaspora/diaspora/pull/6193)
|
||||
|
||||
## Features
|
||||
* Add configuration options for some debug logs [#6090](https://github.com/diaspora/diaspora/pull/6090)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
%li= link_to 'diasporafoundation.org', "https://diasporafoundation.org"
|
||||
%li= link_to 'wiki', "https://wiki.diasporafoundation.org"
|
||||
%li= link_to 'Wiki', "https://wiki.diasporafoundation.org"
|
||||
%li= link_to t('layouts.application.whats_new'), changelog_url
|
||||
%li= link_to t('layouts.header.code') + " " + pod_version, "#{source_url}", {:title => t('layouts.application.source_package')}
|
||||
%li= link_to t("layouts.application.statistics_link"), statistics_path
|
||||
|
|
|
|||
Loading…
Reference in a new issue