Skip to content

Commit 2a0c392

Browse files
committed
Auto merge of #2285 - Turbo87:letter, r=locks
crates: Fix missing `letter` condition whoops... 🤦‍♂ this got lost in 958fa74 r? @locks
2 parents 78c9f37 + fc197ae commit 2a0c392

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/templates/crates.hbs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
<h1>
55
{{svg-jar "crate"}}
66
All Crates
7-
<small>starting with '{{this.letter}}'</small>
7+
{{#if this.letter}}
8+
<small>starting with '{{this.letter}}'</small>
9+
{{/if}}
810
</h1>
911
</div>
1012

0 commit comments

Comments
 (0)