fix up info sidebar"
This commit is contained in:
parent
f8a968bf52
commit
b27a8dd330
2 changed files with 11 additions and 7 deletions
|
|
@ -30,7 +30,7 @@
|
||||||
.content
|
.content
|
||||||
= t('aspects.index.help.here_to_help')
|
= t('aspects.index.help.here_to_help')
|
||||||
%br
|
%br
|
||||||
= t('aspects.index.help.did_you')
|
= t('aspects.index.help.do_you')
|
||||||
%br
|
%br
|
||||||
!= t('aspects.index.help.have_a_question', :link => link_to("#question" , tag_path(:name => "question")))
|
!= t('aspects.index.help.have_a_question', :link => link_to("#question" , tag_path(:name => "question")))
|
||||||
%br
|
%br
|
||||||
|
|
@ -40,10 +40,10 @@
|
||||||
%br
|
%br
|
||||||
%br
|
%br
|
||||||
%p
|
%p
|
||||||
!= t('aspects.index.help.satisfaction', :link => link_to("GetSatisfaction", "http://getsatisfaction.com/diaspora"))
|
!= t('aspects.index.help.feature_and_forum', :gs=> link_to("GetSatisfaction", "http://getsatisfaction.com/diaspora", :target => '_blank'), :forum => link_to("Forum", "http://www.diasporaforum.org/", :target => '_blank'))
|
||||||
%br
|
%p
|
||||||
!= t('aspects.index.help.tutorials', :link => link_to("Diasporial" , "http://diasporial.com/tutorials"))
|
!= t('aspects.index.help.tutorials_and_wiki', :tutorial => link_to("Diasporial" , "http://diasporial.com/tutorials", :target => '_blank'), :wiki => link_to('Wiki','http://github.com/diaspora/diaspora/wiki', :target => '_blank'))
|
||||||
%br
|
%p
|
||||||
!= t('aspects.index.help.email_feedback', :link => link_to("Email" , "mailto:yosem@joindiaspora.com"))
|
!= t('aspects.index.help.email_feedback', :link => link_to("Email" , "mailto:yosem@joindiaspora.com"))
|
||||||
|
|
||||||
- unless AppConfig.configured_services.blank? || all_services_connected?
|
- unless AppConfig.configured_services.blank? || all_services_connected?
|
||||||
|
|
|
||||||
|
|
@ -168,11 +168,15 @@ en:
|
||||||
help:
|
help:
|
||||||
need_help: "Need Help?"
|
need_help: "Need Help?"
|
||||||
here_to_help: "The Diaspora community is here!"
|
here_to_help: "The Diaspora community is here!"
|
||||||
did_you: "Did you:"
|
do_you: "Do you:"
|
||||||
have_a_question: "... have a %{link}?"
|
have_a_question: "... have a %{link}?"
|
||||||
find_a_bug: "... find a %{link}?"
|
find_a_bug: "... find a %{link}?"
|
||||||
feature_suggestion: "... have a %{link} suggestion?"
|
feature_suggestion: "... have a %{link} suggestion?"
|
||||||
tutorials: "%{link}: Community-powered tutorials, how-to, and news"
|
|
||||||
|
tutorials_and_wiki: "%{tutorial} & %{wiki}: Community-powered tutorials, how-to, and news"
|
||||||
|
|
||||||
|
feature_and_forum: "%{gs} & %{forum}: Community-powered support and feature requests"
|
||||||
|
|
||||||
satisfaction: "%{link}: Community-powered support"
|
satisfaction: "%{link}: Community-powered support"
|
||||||
email_feedback: "%{link} your feedback, if you prefer"
|
email_feedback: "%{link} your feedback, if you prefer"
|
||||||
cubbies:
|
cubbies:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue