Add link to the faq in the right panel

This commit is contained in:
flaburgan 2013-09-16 18:14:05 -07:00
parent 5a821efa18
commit 0c8adb2070
2 changed files with 2 additions and 1 deletions

View file

@ -41,6 +41,7 @@
%br %br
%p %p
!= t('aspects.index.help.tutorials_and_wiki', != t('aspects.index.help.tutorials_and_wiki',
:faq => link_to(t('_help'), faq_getting_help_path),
:tutorial => link_to(t('aspects.index.help.tutorial_link_text'), "https://diasporafoundation.org/tutorials", :target => '_blank'), :tutorial => link_to(t('aspects.index.help.tutorial_link_text'), "https://diasporafoundation.org/tutorials", :target => '_blank'),
:wiki => link_to('Wiki','http://wiki.diasporafoundation.org', :target => '_blank'), :target => '_blank') :wiki => link_to('Wiki','http://wiki.diasporafoundation.org', :target => '_blank'), :target => '_blank')

View file

@ -240,7 +240,7 @@ en:
tag_bug: "bug" tag_bug: "bug"
feature_suggestion: "... have a %{link} suggestion?" feature_suggestion: "... have a %{link} suggestion?"
tag_feature: "feature" tag_feature: "feature"
tutorials_and_wiki: "%{tutorial} & %{wiki}: Help for your first steps." tutorials_and_wiki: "%{faq}, %{tutorial} & %{wiki}: Help for your first steps."
tutorial_link_text: "Tutorials" tutorial_link_text: "Tutorials"
email_feedback: "%{link} your feedback, if you prefer" email_feedback: "%{link} your feedback, if you prefer"
email_link: "Email" email_link: "Email"