mirror of
https://github.com/discourse/discourse-solved.git
synced 2025-03-02 07:49:28 +00:00
6 lines
93 B
Handlebars
6 lines
93 B
Handlebars
|
{{#if topic.accepted_answer}}
|
||
|
<p class="solved">
|
||
|
{{{topic.acceptedAnswerHtml}}}
|
||
|
</p>
|
||
|
{{/if}}
|