drop outdated hints from right sections
This commit is contained in:
parent
2124dba3e8
commit
0d1bf85931
2 changed files with 5 additions and 4 deletions
|
|
@ -40,9 +40,9 @@
|
|||
%br
|
||||
%br
|
||||
%p
|
||||
!= t('aspects.index.help.tutorials_wiki_and_forum', :tutorial => link_to("Diasporial" , "http://diasporial.com/tutorials", :target => '_blank'), :wiki => link_to('Wiki','http://wiki.diasporafoundation.org', :target => '_blank'), :forum => link_to("Forum", "http://www.diasporaforum.org/", :target => '_blank'))
|
||||
%p
|
||||
!= t('aspects.index.help.email_feedback', :link => link_to(t('aspects.index.help.email_link'), "mailto:feedback@joindiaspora.com"))
|
||||
!= t('aspects.index.help.tutorials_and_wiki',
|
||||
:tutorial => link_to(t('aspects.index.help.tutorial_link_text'), "https://diasporafoundation.org/getting_started", :target => '_blank'),
|
||||
:wiki => link_to('Wiki','http://wiki.diasporafoundation.org', :target => '_blank'), :target => '_blank')
|
||||
|
||||
- unless AppConfig.configured_services.blank? || all_services_connected?
|
||||
.section
|
||||
|
|
|
|||
|
|
@ -238,7 +238,8 @@ en:
|
|||
tag_bug: "bug"
|
||||
feature_suggestion: "... have a %{link} suggestion?"
|
||||
tag_feature: "feature"
|
||||
tutorials_wiki_and_forum: "%{tutorial} & %{wiki} & %{forum}: Community-powered tutorials, how-to, and news"
|
||||
tutorials_and_wiki: "%{tutorial} & %{wiki}: Help for your first steps."
|
||||
tutorial_link_text: "Tutorials"
|
||||
email_feedback: "%{link} your feedback, if you prefer"
|
||||
email_link: "Email"
|
||||
any_problem: "Any Problem?"
|
||||
|
|
|
|||
Loading…
Reference in a new issue