mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
FIX: Broken link on admin dashboard
This commit is contained in:
parent
4ab9ef3497
commit
4c373be190
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<td class="title"><a href="report.reportUrl}}">{{report.title}}</a></td>
|
||||
<td class="title"><a href={{report.reportUrl}}>{{report.title}}</a></td>
|
||||
<td class="value">{{report.todayCount}}</td>
|
||||
<td class="value">{{report.yesterdayCount}}</td>
|
||||
<td class="value">{{report.sevenDaysAgoCount}}</td>
|
||||
|
|
Loading…
Reference in a new issue