Add link to discourse in footer and left side bar
This commit is contained in:
parent
07d0ed916d
commit
ea9e50085d
3 changed files with 19 additions and 8 deletions
|
|
@ -1,8 +1,11 @@
|
|||
%li= link_to 'diasporafoundation.org', "https://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 "diasporafoundation.org", "https://diasporafoundation.org"
|
||||
%li= link_to "Wiki", "https://wiki.diasporafoundation.org"
|
||||
%li= link_to t("layouts.application.discourse"), "https://discourse.diasporafoundation.org"
|
||||
%li= link_to t("layouts.application.whats_new"), changelog_url
|
||||
%li= link_to t("layouts.header.code") + " " + pod_version,
|
||||
source_url.to_s,
|
||||
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)
|
||||
%li= link_to(t("layouts.application.toggle"), toggle_mobile_path)
|
||||
- if AppConfig.settings.terms.enable?
|
||||
%li= link_to(t('_terms'), terms_path)
|
||||
%li= link_to(t("_terms"), terms_path)
|
||||
|
|
|
|||
|
|
@ -91,8 +91,8 @@
|
|||
"https://wiki.diasporafoundation.org/How_to_report_a_bug"))
|
||||
%li
|
||||
!= t("aspects.index.help.feature_suggestion",
|
||||
link: link_to("#" + t("aspects.index.help.tag_feature"),
|
||||
tag_path(name: t("aspects.index.help.tag_feature"))))
|
||||
link: link_to(t("aspects.index.help.tag_feature"),
|
||||
"https://discourse.diasporafoundation.org/c/features-and-ideas"))
|
||||
%p
|
||||
!= t("aspects.index.help.tutorials_and_wiki",
|
||||
faq: link_to(t("_help"), help_path),
|
||||
|
|
@ -102,6 +102,11 @@
|
|||
target: "_blank"),
|
||||
target: "_blank")
|
||||
|
||||
%p
|
||||
!= t("aspects.index.help.support_forum",
|
||||
support_forum: link_to(t("aspects.index.help.support_forum_link"),
|
||||
"https://discourse.diasporafoundation.org/c/support", target: "_blank"))
|
||||
|
||||
- unless AppConfig.configured_services.blank? || all_services_connected?
|
||||
.section.collapsed
|
||||
.title
|
||||
|
|
|
|||
|
|
@ -217,6 +217,8 @@ en:
|
|||
tag_feature: "feature"
|
||||
tutorials_and_wiki: "%{faq}, %{tutorial} & %{wiki}: help for your first steps."
|
||||
tutorial_link_text: "Tutorials"
|
||||
support_forum: "You can also join the %{support_forum}."
|
||||
support_forum_link: "support forum"
|
||||
any_problem: "Got a problem?"
|
||||
contact_podmin: "Contact the administrator of your pod!"
|
||||
mail_podmin: "Podmin email"
|
||||
|
|
@ -585,6 +587,7 @@ en:
|
|||
powered_by: "Powered by diaspora*"
|
||||
whats_new: "What’s new?"
|
||||
statistics_link: "Pod statistics"
|
||||
discourse: "Project discussions and support"
|
||||
toggle: "Toggle mobile"
|
||||
public_feed: "Public diaspora* feed for %{name}"
|
||||
back_to_top: "Back to top"
|
||||
|
|
|
|||
Loading…
Reference in a new issue