mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
fix(ui): remove old pattern for component templates (#26431)
This commit is contained in:
@@ -19,6 +19,6 @@ module.exports = {
|
||||
},
|
||||
ignore: [
|
||||
'app/components/breadcrumbs/*', // using {{(modifier)}} syntax
|
||||
'app/templates/components/list-pagination/list-pager', // using {{(modifier)}} syntax
|
||||
'app/components/list-pagination/list-pager', // using {{(modifier)}} syntax
|
||||
],
|
||||
};
|
||||
|
||||
@@ -11,9 +11,9 @@
|
||||
aria-label={{this.label}}
|
||||
{{(modifier
|
||||
this.includeKeyboardNav
|
||||
label=(if (eq this.label 'Next page') 'Next Page' 'Previous Page')
|
||||
label=(if (eq this.label "Next page") "Next Page" "Previous Page")
|
||||
action=(action "gotoRoute")
|
||||
pattern=(if (eq this.label 'Next page') (array "]" "]") (array "[" "["))
|
||||
pattern=(if (eq this.label "Next page") (array "]" "]") (array "[" "["))
|
||||
)}}
|
||||
>
|
||||
{{yield}}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user