File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change 264
264
<span class =' desc small' >Versions published</span >
265
265
</div >
266
266
</div >
267
-
268
- <div class =' versions' >
269
- <span class =' small' >Showing stats for</span >
270
-
271
- {{ #rl-dropdown-container class =" button-holder" }}
272
- {{ #rl-dropdown-toggle class =" tan-button dropdown" }}
273
- {{ #if requestedVersion }}
274
- {{ requestedVersion }}
275
- {{ else }}
276
- All Versions
277
- {{ /if }}
278
- <span class =' arrow' ></span >
279
- {{ /rl-dropdown-toggle }}
280
-
281
- {{ #rl-dropdown id =" all-versions" tagName =" ul" class =" dropdown" closeOnChildClick =" a:link" }}
282
- <li class =' all' >
283
- {{ #link-to ' crate.version' ' all' }} All Versions{{ /link-to }}
284
- </li >
285
- {{ #each smallSortedVersions as |version |}}
286
- <li >
287
- {{ #link-to ' crate.version' version.num }}
288
- {{ version.num }}
289
- {{ /link-to }}
290
- </li >
291
- {{ /each }}
292
- {{ /rl-dropdown }}
293
- {{ /rl-dropdown-container }}
294
- </div >
295
267
<div class =' graph' >
296
268
<h4 >Downloads over the last 90 days</h4 >
297
269
{{ download-graph data =downloadData }}
You can’t perform that action at this time.
0 commit comments