UX: top referrers headings are not numbers

This commit is contained in:
Régis Hanol 2017-02-16 15:58:45 +01:00
parent 1444025e9c
commit 269f6e8c30
1 changed files with 2 additions and 2 deletions

View File

@ -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|}}