Skip to content

Commit bf98e94

Browse files
committed
Change the header text on a category page
Looking at some of the categories I have locally, I think, for example, "Command-line argument parsing Crates" is clearer than "All Crates for category 'Command-line argument parsing'"
1 parent 2d2f144 commit bf98e94

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/templates/category/index.hbs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
<div id='crates-heading'>
44
<img class='logo crate' src="/assets/crate.png"/>
5-
<h1>All Crates</h1>
6-
<h2>for category '{{ category.category }}'</h2>
5+
<h1>{{ category.category }} Crates</h1>
76
</div>
87

98
<div id='results'>

0 commit comments

Comments
 (0)