File tree Expand file tree Collapse file tree 2 files changed +5
-17
lines changed Expand file tree Collapse file tree 2 files changed +5
-17
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
<div class =' all-versions-back' >
2
- {{ #link-to ' crate' crate }} ⬅ Back to Main Page{{ /link-to }}
2
+ {{ #link-to ' crate' model }} ⬅ Back to Main Page{{ /link-to }}
3
3
</div >
4
4
5
5
<div class =' info' >
6
6
<span class =' small' >
7
- All <span class =' num' >{{ model.length }} </span >
8
- versions of <span class =' num' >{{ crate .name }} </span > since
9
- {{ moment-format crate .created_at ' LL' }}
7
+ All <span class =' num' >{{ model.versions. length }} </span >
8
+ versions of <span class =' num' >{{ model .name }} </span > since
9
+ {{ moment-format model .created_at ' LL' }}
10
10
</span >
11
11
</div >
12
12
13
13
<div id =' crate-all-versions' class =' white-rows' >
14
- {{ #each model as |version |}}
14
+ {{ #each model.versions as |version |}}
15
15
<div class =' row' >
16
16
<div >
17
17
{{ #link-to ' crate.version' version.num }} {{ version.num }} {{ /link-to }}
You can’t perform that action at this time.
0 commit comments