UX: top referrers headings are not numbers
This commit is contained in:
parent
1444025e9c
commit
269f6e8c30
|
@ -261,8 +261,8 @@
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th class="title">{{top_referrers.title}} ({{i18n 'admin.dashboard.reports.last_30_days'}})</th>
|
<th class="title">{{top_referrers.title}} ({{i18n 'admin.dashboard.reports.last_30_days'}})</th>
|
||||||
<th>{{number top_referrers.ytitles.num_clicks}}</th>
|
<th>{{top_referrers.ytitles.num_clicks}}</th>
|
||||||
<th>{{number top_referrers.ytitles.num_topics}}</th>
|
<th>{{top_referrers.ytitles.num_topics}}</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
{{#each top_referrers.data as |r|}}
|
{{#each top_referrers.data as |r|}}
|
||||||
|
|
Loading…
Reference in New Issue