Skip to content

Commit 8ba8a7f

Browse files
committed
remove more proxy usage
1 parent 1183aad commit 8ba8a7f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

app/templates/crate/index.hbs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
{{else}}
4242
<div class='crate-info'>
4343
<div class='docs'>
44-
{{#if description}}
44+
{{#if model.description}}
4545
<div class='about'>
4646
<h3>About This Package</h3>
47-
<p>{{ description }}</p>
47+
<p>{{ model.description }}</p>
4848
</div>
4949
{{/if}}
5050
<div class='install'>
@@ -56,7 +56,7 @@
5656
<div class='top'>
5757
<div>
5858
<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>
6060
</div>
6161

6262
<div class="authors">
@@ -70,14 +70,14 @@
7070
</div>
7171

7272
<div class='bottom'>
73-
{{#if license}}
73+
{{#if model.license}}
7474
<div>
7575
<h3>License</h3>
76-
<p>{{ license }}</p>
76+
<p>{{ model.license }}</p>
7777
</div>
7878
{{/if}}
7979

80-
{{#unless crate.keywords.isPending}}
80+
{{#unless model.crate.keywords.isPending}}
8181
{{#if anyKeywords}}
8282
<div>
8383
<h3>Keywords</h3>

0 commit comments

Comments
 (0)