File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
<span >
29
29
<span >
30
30
All-Time:
31
- <EmberTooltip @text =" Total number of downloads" />
31
+ <Tooltip @text =" Total number of downloads" />
32
32
</span >
33
33
{{ format-num @crate.downloads }}
34
34
</span >
38
38
<span >
39
39
<span >
40
40
Recent:
41
- <EmberTooltip @text =" Downloads in the last 90 days" />
41
+ <Tooltip @text =" Downloads in the last 90 days" />
42
42
</span >
43
43
{{ format-num @crate.recent_downloads }}
44
44
</span >
48
48
<span >
49
49
<span >
50
50
Updated:
51
- <EmberTooltip @text =" The last time the crate was updated" />
51
+ <Tooltip @text =" The last time the crate was updated" />
52
52
</span >
53
53
<time datetime =" {{ date-format-iso @crate.updated_at }} " data-test-updated-at>
54
54
{{ date-format-distance-to-now @crate.updated_at addSuffix =true }}
55
- <EmberTooltip @text ={{ @crate.updated_at }} />
55
+ <Tooltip @text ={{ @crate.updated_at }} />
56
56
</time >
57
57
</span >
58
58
</div >
You can’t perform that action at this time.
0 commit comments