File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 22
33<CrateHeader @crate ={{ this.crate }} />
44
5- <div local-class =" me-email" >
6- <h2 >Add Owner</h2 >
5+ <h2 >Add Owner</h2 >
76
8- <form local-class =" email-form" {{ on " submit" (prevent-default (perform this.addOwnerTask ))}} >
9- <label local-class =" email-input-label" for =' new-owner-username' >
10- Username
11- </label >
12- <Input @type =" text" id =" new-owner-username" @value ={{ this.username }} placeholder =" Username" local-class =" email-input" name =" username" />
13- <button type =" submit" disabled ={{ not this.username }} class =" button button--small" data-test-save-button>Save</button >
14- </form >
15- </div >
7+ <form local-class =" email-form" {{ on " submit" (prevent-default (perform this.addOwnerTask ))}} >
8+ <label local-class =" email-input-label" for =' new-owner-username' >
9+ Username
10+ </label >
11+ <Input @type =" text" id =" new-owner-username" @value ={{ this.username }} placeholder =" Username" local-class =" email-input" name =" username" />
12+ <button type =" submit" disabled ={{ not this.username }} class =" button button--small" data-test-save-button>Save</button >
13+ </form >
1614
1715<h2 >Owners</h2 >
1816
You can’t perform that action at this time.
0 commit comments