diaspora/app/assets/templates/faq_getting_help_tpl.jst.hbs
Richard da6b037f24 highlighting menu items when clicked. collapsing questions and answers on the static content help sections.
removed unused help haml templates.

put locales back to how they were and wrote a small js parser to swap in links to help views which have generated links in them.

using locales text for help section headers.
2014-02-09 16:00:15 +01:00

20 lines
No EOL
505 B
Handlebars

<h1>diaspora* FAQ</h1>
<br>
<div class='question opened'>
<h4>{{ getting_started_q }}}</h4>
<div class='answer'>
{{{ getting_started_a }}}
</div>
</div>
<div class='question opened'>
<h4>{{{ get_support_q }}}</h4>
<div class='answer'>
<ul>
<li>{{{ get_support_a_website }}}</li>
<li>{{{ get_support_a_tutorials }}}</li>
<li>{{{ get_support_a_wiki }}}</li>
<li>{{{ get_support_a_irc }}}</li>
<li>{{{ get_support_a_hashtag }}}</li>
</ul>
</div>
</div>