diff --git a/Changelog.md b/Changelog.md index 1a7c2d134..28bf7b9a5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -176,7 +176,7 @@ diaspora.yml file**. The existing settings from 0.4.x and before will not work a * Add year to notifications page [#5676](https://github.com/diaspora/diaspora/pull/5676) * Give admins the ability to lock & unlock accounts [#5643](https://github.com/diaspora/diaspora/pull/5643) * Add reshares to the stream view immediately [#5699](https://github.com/diaspora/diaspora/pull/5699) -* Start help section for the chat [#5665](https://github.com/diaspora/diaspora/pull/5665) +* Update and improve help section [#5665](https://github.com/diaspora/diaspora/pull/5665), [#5706](https://github.com/diaspora/diaspora/pull/5706) * Expose participation controls in the stream view [#5511](https://github.com/diaspora/diaspora/pull/5511) # 0.4.1.2 diff --git a/app/assets/javascripts/app/views/help_view.js b/app/assets/javascripts/app/views/help_view.js index 168715e55..6cbcdf25c 100644 --- a/app/assets/javascripts/app/views/help_view.js +++ b/app/assets/javascripts/app/views/help_view.js @@ -20,6 +20,7 @@ app.views.Help = app.views.StaticContentView.extend({ get_support_a_tutorials: { tutorials: this.linkHtml("https://diasporafoundation.org/tutorials", Diaspora.I18n.t( 'tutorials' ))}, 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")} }; diff --git a/app/assets/templates/faq_getting_help_tpl.jst.hbs b/app/assets/templates/faq_getting_help_tpl.jst.hbs index 2c7d9cb86..1457d820d 100644 --- a/app/assets/templates/faq_getting_help_tpl.jst.hbs +++ b/app/assets/templates/faq_getting_help_tpl.jst.hbs @@ -15,6 +15,7 @@