discourse/app/assets/javascripts/admin/addon/components/admin-report-per-day-counts.hbs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
332 B
Handlebars
Raw Normal View History

<td class="title"><a
href={{this.report.reportUrl}}
>{{this.report.title}}</a></td>
<td class="value">{{this.report.todayCount}}</td>
<td class="value">{{this.report.yesterdayCount}}</td>
<td class="value">{{this.report.sevenDaysAgoCount}}</td>
<td class="value">{{this.report.thirtyDaysAgoCount}}</td>
2015-05-15 00:53:33 +08:00
<td class="value"></td>