Skip to content

Commit b63095f

Browse files
committed
crate.owners: Display CrateHeader at the top
... instead of the generic `PageHeader`
1 parent cf05b89 commit b63095f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

app/templates/crate/owners.hbs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
{{page-title 'Manage Crate Owners'}}
22

3-
<PageHeader
4-
@title="Manage Crate Owners"
5-
@suffix={{this.crate.name}}
6-
@icon="gear"
7-
/>
3+
<CrateHeader @crate={{this.crate}} />
84

95
<div local-class="me-email">
106
<h2>Add Owner</h2>

0 commit comments

Comments
 (0)