|
6 | 6 | </div> |
7 | 7 |
|
8 | 8 | <div class="cell value today-count"> |
9 | | - {{#if this.filterEnabled}} |
10 | | - <a |
11 | | - href="{{this.filterURL}}activity-after%3A{{this.today}}%20order%3A{{this.model.type}}" |
12 | | - > |
13 | | - {{number this.model.todayCount}} |
14 | | - </a> |
15 | | - {{else}} |
16 | | - {{number this.model.todayCount}} |
17 | | - {{/if}} |
| 9 | + {{number this.model.todayCount}} |
18 | 10 | </div> |
19 | 11 |
|
20 | 12 | <div |
21 | 13 | class="cell value yesterday-count {{this.model.yesterdayTrend}}" |
22 | 14 | title={{this.model.yesterdayCountTitle}} |
23 | 15 | > |
24 | | - {{#if this.filterEnabled}} |
25 | | - <a |
26 | | - href="{{this.filterURL}}activity-after%3A{{this.yesterday}}%20order%3A{{this.model.type}}" |
27 | | - > |
28 | | - {{number this.model.yesterdayCount}} |
29 | | - </a> |
30 | | - {{else}} |
31 | | - {{number this.model.yesterdayCount}} |
32 | | - {{/if}} |
| 16 | + {{number this.model.yesterdayCount}} |
33 | 17 | {{d-icon this.model.yesterdayTrendIcon}} |
34 | 18 | </div> |
35 | 19 |
|
36 | 20 | <div |
37 | 21 | class="cell value sevendays-count {{this.model.sevenDaysTrend}}" |
38 | 22 | title={{this.model.sevenDaysCountTitle}} |
39 | 23 | > |
40 | | - {{#if this.filterEnabled}} |
41 | | - <a |
42 | | - href="{{this.filterURL}}activity-after%3A{{this.lastWeek}}%20order%3A{{this.model.type}}" |
43 | | - > |
44 | | - {{number this.model.lastSevenDaysCount}} |
45 | | - </a> |
46 | | - {{else}} |
47 | | - {{number this.model.lastSevenDaysCount}} |
48 | | - {{/if}} |
| 24 | + {{number this.model.lastSevenDaysCount}} |
49 | 25 | {{d-icon this.model.sevenDaysTrendIcon}} |
50 | 26 | </div> |
51 | 27 |
|
52 | 28 | <div |
53 | 29 | class="cell value thirty-days-count {{this.model.thirtyDaysTrend}}" |
54 | 30 | title={{this.model.thirtyDaysCountTitle}} |
55 | 31 | > |
56 | | - {{#if this.filterEnabled}} |
57 | | - <a |
58 | | - href="{{this.filterURL}}activity-after%3A{{this.lastMonth}}%20order%3A{{this.model.type}}" |
59 | | - > |
60 | | - {{number this.model.lastThirtyDaysCount}} |
61 | | - </a> |
62 | | - {{else}} |
63 | | - {{number this.model.lastThirtyDaysCount}} |
64 | | - {{/if}} |
65 | | - |
| 32 | + {{number this.model.lastThirtyDaysCount}} |
66 | 33 | {{#if this.model.canDisplayTrendIcon}} |
67 | 34 | {{d-icon this.model.thirtyDaysTrendIcon}} |
68 | 35 | {{/if}} |
|
0 commit comments