We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e0b027 commit be1e17bCopy full SHA for be1e17b
app/components/crate-row.hbs
@@ -11,11 +11,6 @@
11
</LinkTo>
12
<CrateTomlCopy @copyText='{{@crate.name}} = "{{@crate.max_version}}"' @inline={{true}} />
13
<CrateBadge @crate={{@crate}} local-class="version-badge" />
14
- {{#each @crate.annotated_badges as |badge|}}
15
- {{#let (component badge.component_name) as |Badge|}}
16
- <Badge @badge={{badge}} data-test-badge={{badge.badge_type}} />
17
- {{/let}}
18
- {{/each}}
19
</div>
20
<div local-class="description" data-test-description>
21
{{ truncate-text @crate.description }}
0 commit comments