Skip to content

Commit 8b8bdaa

Browse files
committed
Adds a title to elaborate on how we count recent downloads.
1 parent 1072531 commit 8b8bdaa

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

app/styles/app.scss

+5
Original file line numberDiff line numberDiff line change
@@ -350,3 +350,8 @@ h1 {
350350
a.arrow svg {
351351
background: #EEECDD;
352352
}
353+
354+
abbr[title] {
355+
text-decoration: none;
356+
border-bottom: 1px dotted;
357+
}

app/templates/components/crate-row.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</div>
2525
<div class="recent-downloads">
2626
{{svg-jar "download"}}
27-
<span class='num'>Recent: {{ format-num crate.recent_downloads }}</span>
27+
<span class='num'><abbr title="Downloads in the last 90 days">Recent:</abbr> {{ format-num crate.recent_downloads }}</span>
2828
</div>
2929
</div>
3030
<div class="quick-links">

0 commit comments

Comments
 (0)