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:
Dannii Willis 2019-04-17 18:11:01 +10:00 committed by Sam
parent 5c795bc480
commit 16bfc29164
1 changed files with 4 additions and 4 deletions

View File

@ -40,11 +40,11 @@
{{else}}
{{number model.currentTotal noTitle="true"}}{{#if model.percent}}%{{/if}}
{{/if}}
</span>
{{#if model.trendIcon}}
{{d-icon model.trendIcon class="icon"}}
{{/if}}
{{#if model.trendIcon}}
{{d-icon model.trendIcon class="icon"}}
{{/if}}
</span>
</div>
{{/if}}
</div>