File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ export default Controller.extend({
25
25
26
26
keywords : alias ( 'crate.keywords' ) ,
27
27
categories : alias ( 'crate.categories' ) ,
28
- badges : alias ( 'crate.badges' ) ,
29
28
isOwner : computed ( 'crate.owner_user' , 'session.currentUser.id' , function ( ) {
30
29
return this . get ( 'crate.owner_user' ) . findBy ( 'id' , this . get ( 'session.currentUser.id' ) ) ;
31
30
} ) ,
Original file line number Diff line number Diff line change 76
76
<div >
77
77
<div local-class =' last-update' >Last Updated</div >
78
78
<div local-class =' {{ if this.currentVersion.crate_size ' date-with-small-margin-bot' ' date' }} ' >{{ moment-from-now this.crate.updated_at }} </div >
79
- {{ #each this.crate.annotated_badges as |badge |}}
80
- <p >
81
- {{ component badge.component_name badge =badge }}
82
- </p >
83
- {{ /each }}
84
79
</div >
85
80
86
81
{{ #if this.currentVersion.crate_size }}
You can’t perform that action at this time.
0 commit comments