diaspora/app/assets/templates/faq_question_tpl.jst.hbs
goobertron a75ec75ec7 Update aspect edits text, reorder posting section
First iteration to update Help section

Changes from Fla
2015-04-19 15:57:21 +02:00

9 lines
No EOL
174 B
Handlebars

<div class='question opened collapsible'>
<a class='toggle' href='#'>
<h4>{{ question }}</h4>
</a>
<div class='answer hideable'>
{{{ answer }}}
</div>
</div>