Skip to content

Commit

Permalink
added the have support section and reworded the donation section to b…
Browse files Browse the repository at this point in the history
…e clearer
  • Loading branch information
zhitomirskiyi committed Sep 19, 2011
1 parent 41abb57 commit 352be4d
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
20 changes: 20 additions & 0 deletions app/views/shared/_right_sections.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,23 @@
= t('aspects.index.keep_us_running', :pod => URI.parse(AppConfig[:pod_url]).host)
%br
= render 'shared/donate'

.section
.title
= image_tag('/images/icons/question.png')
%h5
= t('aspects.index.help.need_help')
.content
= t('aspects.index.help.here_to_help')
%br
!= t('aspects.index.help.tutorials', :link => link_to("Diasporial" , "http://diasporial.com/tutorials"))
%br
= t('aspects.index.help.did_you')
%br
!= t('aspects.index.help.have_a_question', :link => link_to("#question" , tag_path(:name => "question")))
%br
!= t('aspects.index.help.find_a_bug', :link => link_to("#bug" , tag_path(:name => "bug")))
%br
!= t('aspects.index.help.feature_suggestion', :link => link_to("#feature" , tag_path(:name => "feature")))
%br
!= t('aspects.index.help.more_support', :link => link_to("GetSatisfaction", "http://getsatisfaction.com/diaspora"))
11 changes: 10 additions & 1 deletion config/locales/diaspora/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ en:
friends: "Friends"
index:
donate: "Donate"
keep_us_running: "Keep %{pod} running fast, buy our servers their monthly coffee fix!"
keep_us_running: "Keep %{pod} running fast and buy servers their coffee fix with a monthly donation!"
your_aspects: "Your Aspects"
tags_following: "Followed Tags"
no_tags: "+ Find a tag to follow"
Expand All @@ -165,6 +165,15 @@ en:
no_contacts: "No contacts"
post_a_message: "post a message >>"
people_sharing_with_you: "People sharing with you"
help:
need_help: "Need Help?"
here_to_help: "Diaspora community is here to help!"
tutorials: "For tutotials check out %{link}"
did_you: "Did you:"
have_a_question: "... have a %{link}?"
find_a_bug: "... find a %{link}?"
feature_suggestion: "... have a %{link} suggestion?"
more_support: "For more support, you should also check out, %{link}"
cubbies:
heading: "Connect to Cubbi.es"
explanation: "Cubbi.es is the first Diaspora application under development."
Expand Down
Binary file added public/images/icons/question.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 352be4d

Please sign in to comment.