mirror of
https://github.com/discourse/discourse-solved.git
synced 2026-09-18 07:22:14 -04:00
* DEV: Update more deprecated Font Awesome icon names * update to square-check Co-authored-by: Jarek Radosz <[email protected]> --------- Co-authored-by: Jarek Radosz <[email protected]>
11 lines
359 B
Handlebars
11 lines
359 B
Handlebars
{{#if (and this.siteSettings.solved_enabled @outletArgs.model.solved_count)}}
|
|
<li class="user-summary-stat-outlet solved-count linked-stat">
|
|
<LinkTo @route="userActivity.solved">
|
|
<UserStat
|
|
@value={{@outletArgs.model.solved_count}}
|
|
@label="solved.solution_summary"
|
|
@icon="square-check"
|
|
/>
|
|
</LinkTo>
|
|
</li>
|
|
{{/if}} |