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.
20 lines
No EOL
505 B
Handlebars
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> |