File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 41
41
{{ else }}
42
42
<div class =' crate-info' >
43
43
<div class =' docs' >
44
- {{ #if description }}
44
+ {{ #if model. description}}
45
45
<div class =' about' >
46
46
<h3 >About This Package</h3 >
47
- <p >{{ description }} </p >
47
+ <p >{{ model. description }} </p >
48
48
</div >
49
49
{{ /if }}
50
50
<div class =' install' >
56
56
<div class =' top' >
57
57
<div >
58
58
<div class =' last-update' ><span class =' small' >Last Updated</span ></div >
59
- <div class =' date' >{{ from-now updated_at }} </div >
59
+ <div class =' date' >{{ from-now model. updated_at }} </div >
60
60
</div >
61
61
62
62
<div class =" authors" >
70
70
</div >
71
71
72
72
<div class =' bottom' >
73
- {{ #if license }}
73
+ {{ #if model. license}}
74
74
<div >
75
75
<h3 >License</h3 >
76
- <p >{{ license }} </p >
76
+ <p >{{ model. license }} </p >
77
77
</div >
78
78
{{ /if }}
79
79
80
- {{ #unless crate.keywords.isPending }}
80
+ {{ #unless model. crate.keywords.isPending}}
81
81
{{ #if anyKeywords }}
82
82
<div >
83
83
<h3 >Keywords</h3 >
You can’t perform that action at this time.
0 commit comments