Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit bc9173d

Browse files
committed
lint
1 parent f97123b commit bc9173d

File tree

1 file changed

+9
-16
lines changed

1 file changed

+9
-16
lines changed

assets/javascripts/discourse/templates/admin-dashboard-sentiment.hbs

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,14 @@
2929
<LinkTo @route="adminReports" class="report-url">
3030
{{i18n "admin.dashboard.emotion.title"}}
3131
</LinkTo>
32-
33-
34-
<DTooltip
35-
@interactive=true
36-
>
37-
<:trigger>
38-
{{d-icon "circle-question"}}
39-
</:trigger>
40-
<:content>
41-
42-
<span>{{i18n "admin.dashboard.emotion.description"}}</span>
43-
44-
</:content>
45-
</DTooltip>
46-
32+
<DTooltip @interactive="true">
33+
<:trigger>
34+
{{d-icon "circle-question"}}
35+
</:trigger>
36+
<:content>
37+
<span>{{i18n "admin.dashboard.emotion.description"}}</span>
38+
</:content>
39+
</DTooltip>
4740
</li>
4841
</ul>
4942
</div>
@@ -76,4 +69,4 @@
7669
</div>
7770
</div>
7871
</div>
79-
</div>
72+
</div>

0 commit comments

Comments
 (0)