File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<nav local-class =' pagination' aria-label =" Pagination navigation" >
2
- <LinkTo @query ={{ hash page = @pagination.prevPage }} local-class =" prev" @ rel =" prev" @ title =" previous page" data-test-pagination-prev>
2
+ <LinkTo @query ={{ hash page = @pagination.prevPage }} local-class =" prev" rel =" prev" title =" previous page" data-test-pagination-prev>
3
3
{{ svg-jar " left-pag" }}
4
4
</LinkTo >
5
5
<ol >
6
6
{{ #each @pagination.pages as |page |}}
7
7
<li >
8
- <LinkTo @query ={{ hash page =page }} @ title ={{ concat " Go to page " page }} >
8
+ <LinkTo @query ={{ hash page =page }} title ={{ concat " Go to page " page }} >
9
9
{{ page }}
10
10
</LinkTo >
11
11
</li >
12
12
{{ /each }}
13
13
</ol >
14
- <LinkTo @query ={{ hash page = @pagination.nextPage }} local-class =" next" @ rel =" next" @ title =" next page" data-test-pagination-next>
14
+ <LinkTo @query ={{ hash page = @pagination.nextPage }} local-class =" next" rel =" next" title =" next page" data-test-pagination-next>
15
15
{{ svg-jar " right-pag" }}
16
16
</LinkTo >
17
17
</nav >
Original file line number Diff line number Diff line change 30
30
<Input
31
31
@type =" text"
32
32
placeholder =" New token name"
33
- @ disabled ={{ this.newToken.isSaving }}
33
+ disabled ={{ this.newToken.isSaving }}
34
34
@value ={{ this.newToken.name }}
35
35
data-test-focused-input
36
36
{{ auto-focus }}
Original file line number Diff line number Diff line change 9
9
<label local-class =" email-input-label" for =' new-owner-username' >
10
10
Username
11
11
</label >
12
- <Input @type =" text" id =" new-owner-username" @value ={{ this.username }} placeholder =" Username" local-class =" email-input" @ name =" username" />
12
+ <Input @type =" text" id =" new-owner-username" @value ={{ this.username }} placeholder =" Username" local-class =" email-input" name =" username" />
13
13
<button type =" submit" disabled ={{ not this.username }} local-class =" submit-button" data-test-save-button>Save</button >
14
14
</form >
15
15
</div >
You can’t perform that action at this time.
0 commit comments