Add link to pod statistics in right navigation

closes #6117
This commit is contained in:
SansPseudoFix 2015-06-18 18:42:05 +02:00 committed by Steffen van Bergerem
parent c050c606c2
commit cce5a98537
3 changed files with 3 additions and 0 deletions

View file

@ -3,6 +3,7 @@
## Refactor
* Update perfect-scrollbar [#6085](https://github.com/diaspora/diaspora/pull/6085)
* Remove top margin for first heading in a post [#6110](https://github.com/diaspora/diaspora/pull/6110)
* Add link to pod statistics in right navigation [#6117](https://github.com/diaspora/diaspora/pull/6117)
## Bug fixes
* Precompile facebox images [#6105](https://github.com/diaspora/diaspora/pull/6105)

View file

@ -2,6 +2,7 @@
%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
%li= link_to(t('layouts.application.toggle'), toggle_mobile_path)
- if AppConfig.settings.terms.enable?
%li= link_to(t('_terms'), terms_path)

View file

@ -642,6 +642,7 @@ en:
application:
powered_by: "Powered by diaspora*"
whats_new: "Whats new?"
statistics_link: "Pod statistics"
toggle: "Toggle mobile"
public_feed: "Public diaspora* feed for %{name}"
your_aspects: "Your aspects"