From f8c05851f62baeb1fa7c97e40d5ae5c5b9d0dc94 Mon Sep 17 00:00:00 2001 From: Ilya Zhitomirskiy Date: Wed, 21 Sep 2011 14:40:59 -0700 Subject: [PATCH] added an email link to the right section --- app/views/shared/_right_sections.html.haml | 2 ++ config/locales/diaspora/en.yml | 1 + 2 files changed, 3 insertions(+) diff --git a/app/views/shared/_right_sections.html.haml b/app/views/shared/_right_sections.html.haml index 229c5f52a..4d19b9061 100644 --- a/app/views/shared/_right_sections.html.haml +++ b/app/views/shared/_right_sections.html.haml @@ -43,6 +43,8 @@ != t('aspects.index.help.satisfaction', :link => link_to("GetSatisfaction", "http://getsatisfaction.com/diaspora")) %br != t('aspects.index.help.tutorials', :link => link_to("Diasporial" , "http://diasporial.com/tutorials")) + %br + != t('aspects.index.help.email_feedback', :link => link_to("Email" , "mailto:yosem@joindiaspora.com")) - unless AppConfig.configured_services.blank? || all_services_connected? .section diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml index 0ab665566..c05d2879b 100644 --- a/config/locales/diaspora/en.yml +++ b/config/locales/diaspora/en.yml @@ -174,6 +174,7 @@ en: feature_suggestion: "... have a %{link} suggestion?" tutorials: "%{link}: Community-powered tutorials, how-to, and news" satisfaction: "%{link}: Community-powered support" + email_feedback: "%{link} your feedback, if you prefer" cubbies: heading: "Connect to Cubbi.es" explanation: "Cubbi.es is the first Diaspora application under development."