mirror of
https://github.com/discourse/discourse-solved.git
synced 2025-03-09 14:37:15 +00:00
7 lines
134 B
Handlebars
7 lines
134 B
Handlebars
{{#if user.accepted_answers}}
|
|
<h3>
|
|
<span class="desc">{{i18n "solutions"}}</span>
|
|
{{user.accepted_answers}}
|
|
</h3>
|
|
{{/if}}
|