UX: change user visits stat position
This commit is contained in:
parent
f3daae6dec
commit
c2ce45668c
|
@ -51,6 +51,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
{{#unless loading}}
|
{{#unless loading}}
|
||||||
|
{{ render 'admin/templates/reports/per_day_counts_report' visits tagName="tbody"}}
|
||||||
{{ render 'admin_report_counts' signups }}
|
{{ render 'admin_report_counts' signups }}
|
||||||
{{ render 'admin_report_counts' topics }}
|
{{ render 'admin_report_counts' topics }}
|
||||||
{{ render 'admin_report_counts' posts }}
|
{{ render 'admin_report_counts' posts }}
|
||||||
|
@ -106,22 +107,6 @@
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="dashboard-stats">
|
|
||||||
<table class="table table-condensed table-hover">
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th> </th>
|
|
||||||
<th>{{i18n 'admin.dashboard.reports.today'}}</th>
|
|
||||||
<th>{{i18n 'admin.dashboard.reports.yesterday'}}</th>
|
|
||||||
<th>{{i18n 'admin.dashboard.reports.7_days_ago'}}</th>
|
|
||||||
<th>{{i18n 'admin.dashboard.reports.30_days_ago'}}</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
{{#unless loading}}
|
|
||||||
{{ render 'admin/templates/reports/per_day_counts_report' visits tagName="tbody"}}
|
|
||||||
{{/unless}}
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
<div class="dashboard-stats">
|
<div class="dashboard-stats">
|
||||||
<table class="table table-condensed table-hover">
|
<table class="table table-condensed table-hover">
|
||||||
<thead>
|
<thead>
|
||||||
|
|
|
@ -4,4 +4,5 @@
|
||||||
<td class="value">{{yesterdayCount}}</td>
|
<td class="value">{{yesterdayCount}}</td>
|
||||||
<td class="value">{{sevenDaysAgoCount}}</td>
|
<td class="value">{{sevenDaysAgoCount}}</td>
|
||||||
<td class="value">{{thirtyDaysAgoCount}}</td>
|
<td class="value">{{thirtyDaysAgoCount}}</td>
|
||||||
|
<td class="value"></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
@ -564,7 +564,7 @@ en:
|
||||||
xaxis: "Day"
|
xaxis: "Day"
|
||||||
yaxis: "Number of visits"
|
yaxis: "Number of visits"
|
||||||
signups:
|
signups:
|
||||||
title: "Users"
|
title: "New Users"
|
||||||
xaxis: "Day"
|
xaxis: "Day"
|
||||||
yaxis: "Number of new users"
|
yaxis: "Number of new users"
|
||||||
topics:
|
topics:
|
||||||
|
|
Loading…
Reference in New Issue