This repository was archived by the owner on Jul 22, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-13
lines changed
assets/javascripts/discourse/components Expand file tree Collapse file tree 1 file changed +5
-13
lines changed Original file line number Diff line number Diff line change 66</div >
77
88<div class =" cell value today-count" >
9- <a
10- href =" {{ this.todayLink }} "
11- >
9+ <a href ={{ this.todayLink }} >
1210 {{ number this.model.todayCount }}
1311 </a >
1412</div >
1715 class =" cell value yesterday-count {{ this.model.yesterdayTrend }} "
1816 title ={{ this.model.yesterdayCountTitle }}
1917>
20- <a
21- href =" {{ this.yesterdayLink }} "
22- >
18+ <a href ={{ this.yesterdayLink }} >
2319 {{ number this.model.yesterdayCount }}
2420 </a >
2521 {{ d-icon this.model.yesterdayTrendIcon }}
2925 class =" cell value sevendays-count {{ this.model.sevenDaysTrend }} "
3026 title ={{ this.model.sevenDaysCountTitle }}
3127>
32- <a
33- href =" {{ this.lastSevenDaysLink }} "
34- >
28+ <a href ={{ this.lastSevenDaysLink }} >
3529 {{ number this.model.lastSevenDaysCount }}
3630 </a >
3731 {{ d-icon this.model.sevenDaysTrendIcon }}
4236 title ={{ this.model.thirtyDaysCountTitle }}
4337>
4438
45- <a
46- href =" {{ this.lastThirtyDaysLink }} "
47- >
39+ <a href ={{ this.lastThirtyDaysLink }} >
4840 {{ number this.model.lastThirtyDaysCount }}
4941 </a >
5042 {{ #if this.model.canDisplayTrendIcon }}
5143 {{ d-icon this.model.thirtyDaysTrendIcon }}
5244 {{ /if }}
53- </div >
45+ </div >
You can’t perform that action at this time.
0 commit comments