File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 19
19
<div class =' stats' >
20
20
<div class =' downloads' data-test-downloads>
21
21
{{ svg-jar " download" }}
22
- <span class =' num' >All-Time: {{ format-num this.crate.downloads }} </span >
22
+ <span class =' num' >< abbr title = " Total number of downloads " > All-Time:</ abbr > {{ format-num this.crate.downloads }} </span >
23
23
</div >
24
24
<div class =" recent-downloads" data-test-recent-downloads>
25
25
{{ svg-jar " download" }}
26
26
<span class =' num' ><abbr title =" Downloads in the last 90 days" >Recent:</abbr > {{ format-num this.crate.recent_downloads }} </span >
27
27
</div >
28
28
<div class =" updated-at" >
29
29
{{ svg-jar " latest-updates" height =" 32" width =" 32" }}
30
- <time title =" Last updated: {{ this.crate.updated_at }} " datetime =" {{ moment-format this.crate.updated_at ' YYYY-MM-DDTHH:mm:ssZ' }} " data-test-updated-at>
31
- {{ moment-from-now this.crate.updated_at }}
32
- </time >
30
+ <span >
31
+ <abbr title =" The last time crate was updated" >Updated:</abbr >
32
+ <time title =" Last updated: {{ this.crate.updated_at }} " datetime =" {{ moment-format this.crate.updated_at ' YYYY-MM-DDTHH:mm:ssZ' }} " data-test-updated-at>
33
+ {{ moment-from-now this.crate.updated_at }}
34
+ </time >
35
+ </span >
33
36
</div >
34
37
</div >
35
38
<div class =" quick-links" >
You can’t perform that action at this time.
0 commit comments