mirror of
https://github.com/discourse/discourse.git
synced 2025-04-26 01:24:29 +08:00
Move the trend icons on the admin dashboard inside the span (#7367)
so that it will have the tooltip as well
This commit is contained in:
parent
5c795bc480
commit
16bfc29164
@ -40,11 +40,11 @@
|
|||||||
{{else}}
|
{{else}}
|
||||||
{{number model.currentTotal noTitle="true"}}{{#if model.percent}}%{{/if}}
|
{{number model.currentTotal noTitle="true"}}{{#if model.percent}}%{{/if}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</span>
|
|
||||||
|
|
||||||
{{#if model.trendIcon}}
|
{{#if model.trendIcon}}
|
||||||
{{d-icon model.trendIcon class="icon"}}
|
{{d-icon model.trendIcon class="icon"}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user