Add link to discourse
This commit is contained in:
parent
ce5e42c471
commit
330e0f1fa1
3 changed files with 5 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ app.views.Help = app.views.StaticContentView.extend({
|
|||
"click .faq-link-posts-and-posting" : "postsAndPosting",
|
||||
"click .faq-link-tags": "tags",
|
||||
"click .faq-link-keyboard-shortcuts" : "keyboardShortcuts",
|
||||
"click .faq-link-chat" : "chat"
|
||||
"click .faq-link-chat" : "chat"
|
||||
},
|
||||
|
||||
initialize : function() {
|
||||
|
|
@ -21,7 +21,8 @@ app.views.Help = app.views.StaticContentView.extend({
|
|||
get_support_a_wiki: { link: this.linkHtml("https://wiki.diasporafoundation.org/Special:Search", Diaspora.I18n.t( 'wiki' ))},
|
||||
get_support_a_irc: { irc: this.linkHtml("https://wiki.diasporafoundation.org/How_We_Communicate#IRC", Diaspora.I18n.t( 'irc' ))},
|
||||
get_support_a_faq: { faq: this.linkHtml("https://wiki.diasporafoundation.org/FAQ_for_users", Diaspora.I18n.t( 'faq' ))},
|
||||
get_support_a_hashtag: { question: this.linkHtml("/tags/question", "#question")}
|
||||
get_support_a_hashtag: { question: this.linkHtml("/tags/question", "#question")},
|
||||
get_support_a_discourse: { discourse: this.linkHtml("https://discourse.diasporafoundation.org/c/support", "discussions & support")}
|
||||
};
|
||||
|
||||
this.POSTS_AND_POSTING_SUBS = {
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@
|
|||
<li>{{{ get_support_a_irc }}}</li>
|
||||
<li>{{{ get_support_a_faq }}}</li>
|
||||
<li>{{{ get_support_a_hashtag }}}</li>
|
||||
<li>{{{ get_support_a_discourse }}}</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -330,6 +330,7 @@ en:
|
|||
get_support_a_irc: "Join us on %{irc} (live chat)"
|
||||
get_support_a_faq: "Read our %{faq} page on wiki"
|
||||
get_support_a_hashtag: "Ask in a public post on diaspora* using the %{question} hashtag"
|
||||
get_support_a_discourse: "Search for existing discussions relating to your enquiry or open a new thread in our %{discourse} platform"
|
||||
account_and_data_management:
|
||||
title: "Account and data management"
|
||||
move_pods_q: "How do I move my seed (account) from one pod to another?"
|
||||
|
|
|
|||
Loading…
Reference in a new issue