DEV: Add class to solve topic-status (#353)
Preparing for https://github.com/discourse/discourse/pull/32082, which switches core to use the modern TopicStatus component everywhere
This commit is contained in:
parent
be5798f6d8
commit
fc2d1a290c
|
@ -8,7 +8,7 @@ const SolvedStatus = <template>
|
||||||
~}}
|
~}}
|
||||||
<span
|
<span
|
||||||
title={{i18n "topic_statuses.solved.help"}}
|
title={{i18n "topic_statuses.solved.help"}}
|
||||||
class="topic-status"
|
class="topic-status solved"
|
||||||
>{{icon "far-square-check"}}</span>
|
>{{icon "far-square-check"}}</span>
|
||||||
{{~else if
|
{{~else if
|
||||||
(and
|
(and
|
||||||
|
|
Loading…
Reference in New Issue